mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00

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>
2 lines
88 B
C
2 lines
88 B
C
#include <asm-generic/tlbflush.h>
|
|
#define flush_tlb_kernel_range(s, e) do { } while (0)
|