diff options
author | Jaswinder Singh Rajput <jaswinder@infradead.org> | 2009-01-07 17:26:35 +0530 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-07 13:51:20 +0100 |
commit | dacf7333571d770366bff74d10b56aa545434605 (patch) | |
tree | 42b2031aaeb3f14363d4c1625fcf4a9c676978cb /arch/x86/include/asm/smp.h | |
parent | 7760ec77ab2a9e48bdd0d13341446a8a51f0b9f1 (diff) | |
download | blackbird-obmc-linux-dacf7333571d770366bff74d10b56aa545434605.tar.gz blackbird-obmc-linux-dacf7333571d770366bff74d10b56aa545434605.zip |
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/smp.h')
-rw-r--r-- | arch/x86/include/asm/smp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/smp.h b/arch/x86/include/asm/smp.h index 83a4cc074315..64c9e848f137 100644 --- a/arch/x86/include/asm/smp.h +++ b/arch/x86/include/asm/smp.h @@ -22,8 +22,6 @@ extern cpumask_t cpu_callout_map; extern cpumask_t cpu_initialized; extern cpumask_t cpu_callin_map; -extern void zap_low_mappings(void); - extern int __cpuinit get_local_pda(int cpu); extern int smp_num_siblings; |