Explorar o código

Blackfin: SMP: add flush_tlb_kernel_range stub

Newer code in mm/page_alloc.c requires this function now in arches.

Signed-off-by: Graf Yang <graf.yang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Graf Yang %!s(int64=15) %!d(string=hai) anos
pai
achega
2620c83668
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      arch/blackfin/include/asm/tlbflush.h

+ 1 - 0
arch/blackfin/include/asm/tlbflush.h

@@ -1 +1,2 @@
 #include <asm-generic/tlbflush.h>
+#define flush_tlb_kernel_range(s, e) do { } while (0)