diff options
author | Jaswinder Singh Rajput <jaswinder@infradead.org> | 2009-01-07 13:40:13 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-07 13:51:20 +0100 |
commit | 7760ec77ab2a9e48bdd0d13341446a8a51f0b9f1 (patch) | |
tree | a469c8ea988bf76425b7d8744b135b4b09cb53ef /arch/x86/include/asm/smp.h | |
parent | x86: fix section mismatch warnings in mcheck/mce_amd_64.c (diff) | |
download | linux-7760ec77ab2a9e48bdd0d13341446a8a51f0b9f1.tar.xz linux-7760ec77ab2a9e48bdd0d13341446a8a51f0b9f1.zip |
x86: smp.h remove obsolete function declaration
Impact: cleanup
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/smp.h b/arch/x86/include/asm/smp.h index 830b9fcb6427..83a4cc074315 100644 --- a/arch/x86/include/asm/smp.h +++ b/arch/x86/include/asm/smp.h @@ -22,7 +22,6 @@ extern cpumask_t cpu_callout_map; extern cpumask_t cpu_initialized; extern cpumask_t cpu_callin_map; -extern void (*mtrr_hook)(void); extern void zap_low_mappings(void); extern int __cpuinit get_local_pda(int cpu); |