diff options
Diffstat (limited to 'arch/x86/kernel/cpu/common_64.c')
-rw-r--r-- | arch/x86/kernel/cpu/common_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/common_64.c b/arch/x86/kernel/cpu/common_64.c index 8e630734e1fd..5daec699acf0 100644 --- a/arch/x86/kernel/cpu/common_64.c +++ b/arch/x86/kernel/cpu/common_64.c | |||
@@ -24,6 +24,7 @@ | |||
24 | #include <asm/mpspec.h> | 24 | #include <asm/mpspec.h> |
25 | #include <asm/apic.h> | 25 | #include <asm/apic.h> |
26 | #include <mach_apic.h> | 26 | #include <mach_apic.h> |
27 | #include <asm/genapic.h> | ||
27 | #endif | 28 | #endif |
28 | #include <asm/pda.h> | 29 | #include <asm/pda.h> |
29 | #include <asm/pgtable.h> | 30 | #include <asm/pgtable.h> |
@@ -33,7 +34,6 @@ | |||
33 | #include <asm/proto.h> | 34 | #include <asm/proto.h> |
34 | #include <asm/sections.h> | 35 | #include <asm/sections.h> |
35 | #include <asm/setup.h> | 36 | #include <asm/setup.h> |
36 | #include <asm/genapic.h> | ||
37 | 37 | ||
38 | #include "cpu.h" | 38 | #include "cpu.h" |
39 | 39 | ||