diff options
Diffstat (limited to 'arch/x86/kernel/probe_32.c')
-rw-r--r-- | arch/x86/kernel/probe_32.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/x86/kernel/probe_32.c b/arch/x86/kernel/probe_32.c index b3d5d74e5229..be0d554984a7 100644 --- a/arch/x86/kernel/probe_32.c +++ b/arch/x86/kernel/probe_32.c | |||
@@ -17,20 +17,20 @@ | |||
17 | #include <asm/fixmap.h> | 17 | #include <asm/fixmap.h> |
18 | #include <asm/mpspec.h> | 18 | #include <asm/mpspec.h> |
19 | #include <asm/apicdef.h> | 19 | #include <asm/apicdef.h> |
20 | #include <asm/genapic.h> | 20 | #include <asm/apic.h> |
21 | #include <asm/setup.h> | 21 | #include <asm/setup.h> |
22 | 22 | ||
23 | #include <linux/threads.h> | 23 | #include <linux/threads.h> |
24 | #include <linux/cpumask.h> | 24 | #include <linux/cpumask.h> |
25 | #include <asm/mpspec.h> | 25 | #include <asm/mpspec.h> |
26 | #include <asm/genapic.h> | 26 | #include <asm/apic.h> |
27 | #include <asm/fixmap.h> | 27 | #include <asm/fixmap.h> |
28 | #include <asm/apicdef.h> | 28 | #include <asm/apicdef.h> |
29 | #include <linux/kernel.h> | 29 | #include <linux/kernel.h> |
30 | #include <linux/string.h> | 30 | #include <linux/string.h> |
31 | #include <linux/smp.h> | 31 | #include <linux/smp.h> |
32 | #include <linux/init.h> | 32 | #include <linux/init.h> |
33 | #include <asm/genapic.h> | 33 | #include <asm/apic.h> |
34 | #include <asm/ipi.h> | 34 | #include <asm/ipi.h> |
35 | 35 | ||
36 | #include <linux/smp.h> | 36 | #include <linux/smp.h> |
@@ -41,7 +41,7 @@ | |||
41 | #include <asm/e820.h> | 41 | #include <asm/e820.h> |
42 | #include <asm/setup.h> | 42 | #include <asm/setup.h> |
43 | 43 | ||
44 | #include <asm/genapic.h> | 44 | #include <asm/apic.h> |
45 | 45 | ||
46 | #ifdef CONFIG_HOTPLUG_CPU | 46 | #ifdef CONFIG_HOTPLUG_CPU |
47 | #define DEFAULT_SEND_IPI (1) | 47 | #define DEFAULT_SEND_IPI (1) |