diff options
Diffstat (limited to 'arch/x86/kernel/cpu/common.c')
-rw-r--r-- | arch/x86/kernel/cpu/common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c index 4b5d13e472d6..41f3788ec9b9 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c | |||
@@ -26,8 +26,8 @@ | |||
26 | #ifdef CONFIG_X86_LOCAL_APIC | 26 | #ifdef CONFIG_X86_LOCAL_APIC |
27 | #include <asm/mpspec.h> | 27 | #include <asm/mpspec.h> |
28 | #include <asm/apic.h> | 28 | #include <asm/apic.h> |
29 | #include <asm/genapic.h> | 29 | #include <asm/apic.h> |
30 | #include <asm/genapic.h> | 30 | #include <asm/apic.h> |
31 | #include <asm/uv/uv.h> | 31 | #include <asm/uv/uv.h> |
32 | #endif | 32 | #endif |
33 | 33 | ||