Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Graf Yang and committed by
Mike Frysinger
2620c836 9a95e2f1

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