Messages in this thread Patch in this message |  | | | Subject | [PATCH -tip 1/7] x86: smp.h remove obsolete function declaration | | From | Jaswinder Singh Rajput <> | | Date | Wed, 07 Jan 2009 18:10:13 +0530 |
| |
Impact: cleanup
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> --- 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 19953df..643a3a0 100644 --- a/arch/x86/include/asm/smp.h +++ b/arch/x86/include/asm/smp.h @@ -39,7 +39,6 @@ extern cpumask_t cpu_sibling_setup_map; #endif /* CONFIG_X86_32 */ -extern void (*mtrr_hook)(void); extern void zap_low_mappings(void); extern int __cpuinit get_local_pda(int cpu); -- 1.5.6.6
|  |