Skip to content

Commit

Permalink
Blackfin: SMP: add flush_tlb_kernel_range stub
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Graf Yang authored and Mike Frysinger committed May 21, 2010
1 parent 9a95e2f commit 2620c83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/blackfin/include/asm/tlbflush.h
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#include <asm-generic/tlbflush.h>
#define flush_tlb_kernel_range(s, e) do { } while (0)

0 comments on commit 2620c83

Please sign in to comment.