linux-stable/arch/blackfin/include/asm/tlbflush.h
Graf Yang 2620c83668 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>
2010-05-21 09:40:20 -04:00

2 lines
88 B
C

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