This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-12-28 11:18:45 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
776edb5931
linux_dsm_epyc7002
/
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 22:39:55 +07: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 14:39:17 +07:00
#
define flush_tlb_kernel_range(s, e) do { } while (0)
Reference in New Issue
Copy Permalink