diff options
Diffstat (limited to 'arch/x86/include/asm/genapic.h')
-rw-r--r-- | arch/x86/include/asm/genapic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/genapic.h b/arch/x86/include/asm/genapic.h index c27efde0523d..3970da3245c8 100644 --- a/arch/x86/include/asm/genapic.h +++ b/arch/x86/include/asm/genapic.h | |||
@@ -94,7 +94,7 @@ struct genapic { | |||
94 | void (*inquire_remote_apic)(int apicid); | 94 | void (*inquire_remote_apic)(int apicid); |
95 | }; | 95 | }; |
96 | 96 | ||
97 | extern struct genapic *genapic; | 97 | extern struct genapic *apic; |
98 | 98 | ||
99 | #ifdef CONFIG_X86_32 | 99 | #ifdef CONFIG_X86_32 |
100 | 100 | ||