diff options
author | Jaswinder Singh Rajput <jaswinder@infradead.org> | 2009-01-07 06:56:35 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-07 07:51:20 -0500 |
commit | dacf7333571d770366bff74d10b56aa545434605 (patch) | |
tree | 42b2031aaeb3f14363d4c1625fcf4a9c676978cb /arch/x86/include/asm/tlbflush.h | |
parent | 7760ec77ab2a9e48bdd0d13341446a8a51f0b9f1 (diff) |
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.h | 2 |
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, | |||
175 | flush_tlb_all(); | 175 | flush_tlb_all(); |
176 | } | 176 | } |
177 | 177 | ||
178 | extern void zap_low_mappings(void); | ||
179 | |||
178 | #endif /* _ASM_X86_TLBFLUSH_H */ | 180 | #endif /* _ASM_X86_TLBFLUSH_H */ |