summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/tlbflush.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinder@infradead.org>2009-01-07 17:26:35 +0530
committerIngo Molnar <mingo@elte.hu>2009-01-07 13:51:20 +0100
commitdacf7333571d770366bff74d10b56aa545434605 (patch)
tree42b2031aaeb3f14363d4c1625fcf4a9c676978cb /arch/x86/include/asm/tlbflush.h
parent7760ec77ab2a9e48bdd0d13341446a8a51f0b9f1 (diff)
downloadlinux-dacf7333571d770366bff74d10b56aa545434605.tar.gz
linux-dacf7333571d770366bff74d10b56aa545434605.tar.xz
x86: smp.h move zap_low_mappings declartion to tlbflush.h
Impact: cleanup, moving NON-SMP stuff from smp.h Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/tlbflush.h')
-rw-r--r--arch/x86/include/asm/tlbflush.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/tlbflush.h b/arch/x86/include/asm/tlbflush.h
index 0e7bbb549116..aed0b700b837 100644
--- a/arch/x86/include/asm/tlbflush.h
+++ b/arch/x86/include/asm/tlbflush.h
@@ -175,4 +175,6 @@ static inline void flush_tlb_kernel_range(unsigned long start,
flush_tlb_all();
}
+extern void zap_low_mappings(void);
+
#endif /* _ASM_X86_TLBFLUSH_H */