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/apic.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/apic.h')
-rw-r--r-- | include/asm-x86_64/apic.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-x86_64/apic.h b/include/asm-x86_64/apic.h index 9c96a0a8d1bd..8ed0f4d67b8d 100644 --- a/include/asm-x86_64/apic.h +++ b/include/asm-x86_64/apic.h | |||
@@ -29,8 +29,6 @@ extern int apic_runs_main_timer; | |||
29 | printk(s, ##a); \ | 29 | printk(s, ##a); \ |
30 | } while (0) | 30 | } while (0) |
31 | 31 | ||
32 | #ifdef CONFIG_X86_LOCAL_APIC | ||
33 | |||
34 | struct pt_regs; | 32 | struct pt_regs; |
35 | 33 | ||
36 | /* | 34 | /* |
@@ -104,8 +102,6 @@ void switch_ipi_to_APIC_timer(void *cpumask); | |||
104 | 102 | ||
105 | #define ARCH_APICTIMER_STOPS_ON_C3 1 | 103 | #define ARCH_APICTIMER_STOPS_ON_C3 1 |
106 | 104 | ||
107 | #endif /* CONFIG_X86_LOCAL_APIC */ | ||
108 | |||
109 | extern unsigned boot_cpu_id; | 105 | extern unsigned boot_cpu_id; |
110 | 106 | ||
111 | #endif /* __ASM_APIC_H */ | 107 | #endif /* __ASM_APIC_H */ |