aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mach-default/mach_wakecpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/mach-default/mach_wakecpu.h')
-rw-r--r--arch/x86/include/asm/mach-default/mach_wakecpu.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/include/asm/mach-default/mach_wakecpu.h b/arch/x86/include/asm/mach-default/mach_wakecpu.h
index d059807cd7e..656bb5e52bc 100644
--- a/arch/x86/include/asm/mach-default/mach_wakecpu.h
+++ b/arch/x86/include/asm/mach-default/mach_wakecpu.h
@@ -8,14 +8,6 @@ static inline void default_wait_for_init_deassert(atomic_t *deassert)
8 return; 8 return;
9} 9}
10 10
11static inline void store_NMI_vector(unsigned short *high, unsigned short *low)
12{
13}
14
15static inline void restore_NMI_vector(unsigned short *high, unsigned short *low)
16{
17}
18
19#ifdef CONFIG_SMP 11#ifdef CONFIG_SMP
20extern void __inquire_remote_apic(int apicid); 12extern void __inquire_remote_apic(int apicid);
21#else /* CONFIG_SMP */ 13#else /* CONFIG_SMP */