diff options
-rw-r--r-- | arch/x86/kernel/bigsmp_32.c | 1 | ||||
-rw-r--r-- | arch/x86/kernel/es7000_32.c | 1 | ||||
-rw-r--r-- | arch/x86/kernel/numaq_32.c | 1 | ||||
-rw-r--r-- | arch/x86/kernel/summit_32.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/kernel/bigsmp_32.c b/arch/x86/kernel/bigsmp_32.c index 72f4e534051e..f49af36351fa 100644 --- a/arch/x86/kernel/bigsmp_32.c +++ b/arch/x86/kernel/bigsmp_32.c | |||
@@ -2,7 +2,6 @@ | |||
2 | * APIC driver for "bigsmp" XAPIC machines with more than 8 virtual CPUs. | 2 | * APIC driver for "bigsmp" XAPIC machines with more than 8 virtual CPUs. |
3 | * Drives the local APIC in "clustered mode". | 3 | * Drives the local APIC in "clustered mode". |
4 | */ | 4 | */ |
5 | #define APIC_DEFINITION 1 | ||
6 | #include <linux/threads.h> | 5 | #include <linux/threads.h> |
7 | #include <linux/cpumask.h> | 6 | #include <linux/cpumask.h> |
8 | #include <asm/mpspec.h> | 7 | #include <asm/mpspec.h> |
diff --git a/arch/x86/kernel/es7000_32.c b/arch/x86/kernel/es7000_32.c index 352d870e5d55..cf53a98dbf10 100644 --- a/arch/x86/kernel/es7000_32.c +++ b/arch/x86/kernel/es7000_32.c | |||
@@ -383,7 +383,6 @@ void __init es7000_enable_apic_mode(void) | |||
383 | /* | 383 | /* |
384 | * APIC driver for the Unisys ES7000 chipset. | 384 | * APIC driver for the Unisys ES7000 chipset. |
385 | */ | 385 | */ |
386 | #define APIC_DEFINITION 1 | ||
387 | #include <linux/threads.h> | 386 | #include <linux/threads.h> |
388 | #include <linux/cpumask.h> | 387 | #include <linux/cpumask.h> |
389 | #include <asm/mpspec.h> | 388 | #include <asm/mpspec.h> |
diff --git a/arch/x86/kernel/numaq_32.c b/arch/x86/kernel/numaq_32.c index 40400a588454..dcf22f508273 100644 --- a/arch/x86/kernel/numaq_32.c +++ b/arch/x86/kernel/numaq_32.c | |||
@@ -297,7 +297,6 @@ int __init get_memcfg_numaq(void) | |||
297 | /* | 297 | /* |
298 | * APIC driver for the IBM NUMAQ chipset. | 298 | * APIC driver for the IBM NUMAQ chipset. |
299 | */ | 299 | */ |
300 | #define APIC_DEFINITION 1 | ||
301 | #include <linux/threads.h> | 300 | #include <linux/threads.h> |
302 | #include <linux/cpumask.h> | 301 | #include <linux/cpumask.h> |
303 | #include <asm/mpspec.h> | 302 | #include <asm/mpspec.h> |
diff --git a/arch/x86/kernel/summit_32.c b/arch/x86/kernel/summit_32.c index 577b0bd8e537..305977789144 100644 --- a/arch/x86/kernel/summit_32.c +++ b/arch/x86/kernel/summit_32.c | |||
@@ -34,7 +34,6 @@ | |||
34 | /* | 34 | /* |
35 | * APIC driver for the IBM "Summit" chipset. | 35 | * APIC driver for the IBM "Summit" chipset. |
36 | */ | 36 | */ |
37 | #define APIC_DEFINITION 1 | ||
38 | #include <linux/threads.h> | 37 | #include <linux/threads.h> |
39 | #include <linux/cpumask.h> | 38 | #include <linux/cpumask.h> |
40 | #include <asm/mpspec.h> | 39 | #include <asm/mpspec.h> |