diff options
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r-- | arch/x86/include/asm/es7000/wakecpu.h | 8 | ||||
-rw-r--r-- | arch/x86/include/asm/mach-default/mach_wakecpu.h | 2 | ||||
-rw-r--r-- | arch/x86/include/asm/mach-generic/mach_wakecpu.h | 2 | ||||
-rw-r--r-- | arch/x86/include/asm/numaq/wakecpu.h | 4 |
4 files changed, 1 insertions, 15 deletions
diff --git a/arch/x86/include/asm/es7000/wakecpu.h b/arch/x86/include/asm/es7000/wakecpu.h index 71a3a412d0e4..99c72be1840e 100644 --- a/arch/x86/include/asm/es7000/wakecpu.h +++ b/arch/x86/include/asm/es7000/wakecpu.h | |||
@@ -13,12 +13,4 @@ static inline void es7000_wait_for_init_deassert(atomic_t *deassert) | |||
13 | return; | 13 | return; |
14 | } | 14 | } |
15 | 15 | ||
16 | extern void __inquire_remote_apic(int apicid); | ||
17 | |||
18 | static inline void inquire_remote_apic(int apicid) | ||
19 | { | ||
20 | if (apic_verbosity >= APIC_DEBUG) | ||
21 | __inquire_remote_apic(apicid); | ||
22 | } | ||
23 | |||
24 | #endif /* __ASM_MACH_WAKECPU_H */ | 16 | #endif /* __ASM_MACH_WAKECPU_H */ |
diff --git a/arch/x86/include/asm/mach-default/mach_wakecpu.h b/arch/x86/include/asm/mach-default/mach_wakecpu.h index 656bb5e52bcc..b1cde560e4c1 100644 --- a/arch/x86/include/asm/mach-default/mach_wakecpu.h +++ b/arch/x86/include/asm/mach-default/mach_wakecpu.h | |||
@@ -16,7 +16,7 @@ static inline void __inquire_remote_apic(int apicid) | |||
16 | } | 16 | } |
17 | #endif /* CONFIG_SMP */ | 17 | #endif /* CONFIG_SMP */ |
18 | 18 | ||
19 | static inline void inquire_remote_apic(int apicid) | 19 | static inline void default_inquire_remote_apic(int apicid) |
20 | { | 20 | { |
21 | if (apic_verbosity >= APIC_DEBUG) | 21 | if (apic_verbosity >= APIC_DEBUG) |
22 | __inquire_remote_apic(apicid); | 22 | __inquire_remote_apic(apicid); |
diff --git a/arch/x86/include/asm/mach-generic/mach_wakecpu.h b/arch/x86/include/asm/mach-generic/mach_wakecpu.h index 93207dfe8f50..0b884c03a3fc 100644 --- a/arch/x86/include/asm/mach-generic/mach_wakecpu.h +++ b/arch/x86/include/asm/mach-generic/mach_wakecpu.h | |||
@@ -1,6 +1,4 @@ | |||
1 | #ifndef _ASM_X86_MACH_GENERIC_MACH_WAKECPU_H | 1 | #ifndef _ASM_X86_MACH_GENERIC_MACH_WAKECPU_H |
2 | #define _ASM_X86_MACH_GENERIC_MACH_WAKECPU_H | 2 | #define _ASM_X86_MACH_GENERIC_MACH_WAKECPU_H |
3 | 3 | ||
4 | #define inquire_remote_apic (apic->inquire_remote_apic) | ||
5 | |||
6 | #endif /* _ASM_X86_MACH_GENERIC_MACH_APIC_H */ | 4 | #endif /* _ASM_X86_MACH_GENERIC_MACH_APIC_H */ |
diff --git a/arch/x86/include/asm/numaq/wakecpu.h b/arch/x86/include/asm/numaq/wakecpu.h index 920dcfefa83a..afe81439c7db 100644 --- a/arch/x86/include/asm/numaq/wakecpu.h +++ b/arch/x86/include/asm/numaq/wakecpu.h | |||
@@ -25,8 +25,4 @@ numaq_store_NMI_vector(unsigned short *high, unsigned short *low) | |||
25 | *((volatile unsigned short *)phys_to_virt(NUMAQ_TRAMPOLINE_PHYS_LOW)); | 25 | *((volatile unsigned short *)phys_to_virt(NUMAQ_TRAMPOLINE_PHYS_LOW)); |
26 | } | 26 | } |
27 | 27 | ||
28 | static inline void inquire_remote_apic(int apicid) | ||
29 | { | ||
30 | } | ||
31 | |||
32 | #endif /* __ASM_NUMAQ_WAKECPU_H */ | 28 | #endif /* __ASM_NUMAQ_WAKECPU_H */ |