diff options
Diffstat (limited to 'arch/x86/include/asm/apic.h')
-rw-r--r-- | arch/x86/include/asm/apic.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/asm/apic.h b/arch/x86/include/asm/apic.h index 42f2f837742..5773660c8cd 100644 --- a/arch/x86/include/asm/apic.h +++ b/arch/x86/include/asm/apic.h | |||
@@ -478,6 +478,9 @@ static inline unsigned int read_apic_id(void) | |||
478 | extern void default_setup_apic_routing(void); | 478 | extern void default_setup_apic_routing(void); |
479 | 479 | ||
480 | #ifdef CONFIG_X86_32 | 480 | #ifdef CONFIG_X86_32 |
481 | |||
482 | extern struct apic apic_default; | ||
483 | |||
481 | /* | 484 | /* |
482 | * Set up the logical destination ID. | 485 | * Set up the logical destination ID. |
483 | * | 486 | * |