This website requires JavaScript.
Explore
Help
Sign In
p71924506
/
linux_old1
Watch
1
Star
0
Fork
You've already forked linux_old1
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
4cc3daaf39
linux_old1
/
arch
/
blackfin
/
include
/
asm
/
tlbflush.h
3 lines
88 B
C
Raw
Normal View
History
Unescape
Escape
Blackfin: convert page/tlb to asm-generic Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-06-13 23:39:55 +08:00
#
include
<asm-generic/tlbflush.h>
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-03-16 15:39:17 +08:00
#
define flush_tlb_kernel_range(s, e) do { } while (0)