diff options
author | Andi Kleen <ak@suse.de> | 2006-09-26 04:52:29 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2006-09-26 04:52:29 -0400 |
commit | 7f11d8a5efd625ffa41cde1d8472f85e885478ec (patch) | |
tree | 4f80219fc2153166c89c54d6555498155fa2f3b2 /include/asm-x86_64/smp.h | |
parent | 5ba5891d44a6acade44887a0f3195489d46c12de (diff) |
[PATCH] Remove all ifdefs for local/io apic
IO-APIC or local APIC can only be disabled at runtime anyways and
Kconfig has forced these options on for a long time now.
The Kconfigs are kept only now for the benefit of the shared acpi
boot.c code.
Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'include/asm-x86_64/smp.h')
-rw-r--r-- | include/asm-x86_64/smp.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-x86_64/smp.h b/include/asm-x86_64/smp.h index 612d208961a2..6353fa41bebe 100644 --- a/include/asm-x86_64/smp.h +++ b/include/asm-x86_64/smp.h | |||
@@ -9,15 +9,11 @@ | |||
9 | #include <linux/bitops.h> | 9 | #include <linux/bitops.h> |
10 | extern int disable_apic; | 10 | extern int disable_apic; |
11 | 11 | ||
12 | #ifdef CONFIG_X86_LOCAL_APIC | ||
13 | #include <asm/fixmap.h> | 12 | #include <asm/fixmap.h> |
14 | #include <asm/mpspec.h> | 13 | #include <asm/mpspec.h> |
15 | #ifdef CONFIG_X86_IO_APIC | ||
16 | #include <asm/io_apic.h> | 14 | #include <asm/io_apic.h> |
17 | #endif | ||
18 | #include <asm/apic.h> | 15 | #include <asm/apic.h> |
19 | #include <asm/thread_info.h> | 16 | #include <asm/thread_info.h> |
20 | #endif | ||
21 | 17 | ||
22 | #ifdef CONFIG_SMP | 18 | #ifdef CONFIG_SMP |
23 | 19 | ||