diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-17 08:04:24 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-17 11:52:45 -0500 |
commit | 5c615feb90ce63f2293a7ac7809f320f46c75e0a (patch) | |
tree | 12a9923b561337ca54766c3f4c378e78a91cd85b /arch/x86/kernel/summit_32.c | |
parent | e641f5f525acb163ba71d92de79c9c7366deae03 (diff) |
x86, apic: remove stale references to APIC_DEFINITION
Impact: cleanup
APIC_DEFINITION was a hack from the x86 subarch times, it has no
meaning anymore - remove it.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/summit_32.c')
-rw-r--r-- | arch/x86/kernel/summit_32.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |