diff options
Diffstat (limited to 'arch/x86/include/asm/apic.h')
-rw-r--r-- | arch/x86/include/asm/apic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/apic.h b/arch/x86/include/asm/apic.h index 80b243c7f0f0..f37703dc69fe 100644 --- a/arch/x86/include/asm/apic.h +++ b/arch/x86/include/asm/apic.h | |||
@@ -500,7 +500,7 @@ static inline void default_wait_for_init_deassert(atomic_t *deassert) | |||
500 | return; | 500 | return; |
501 | } | 501 | } |
502 | 502 | ||
503 | extern void generic_bigsmp_probe(void); | 503 | extern struct apic *generic_bigsmp_probe(void); |
504 | 504 | ||
505 | 505 | ||
506 | #ifdef CONFIG_X86_LOCAL_APIC | 506 | #ifdef CONFIG_X86_LOCAL_APIC |