dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Graf Yang 2010-03-16 07:39:17 +00:00 committed by Mike Frysinger
parent 9a95e2f100
commit 2620c83668
1 changed files with 1 additions and 0 deletions

View File

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