diff options
author | Andi Kleen <ak@suse.de> | 2006-09-26 04:52:30 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2006-09-26 04:52:30 -0400 |
commit | a8fcf1a24a16e1c735c795d99773b5dcefb71518 (patch) | |
tree | c1edcfe3b21dcee6d5f25a4461607a3dd785419c /include/asm-x86_64 | |
parent | e50991343488edf25d58820be1684322808c763c (diff) |
[PATCH] Remove obsolete PIC mode
PIC mode is an outdated way to drive the APICs that was used on
some early MP boards. It is not supported in the ACPI model.
It is unlikely to be ever configured by any x86-64 system
Remove it thus.
Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'include/asm-x86_64')
-rw-r--r-- | include/asm-x86_64/mpspec.h | 1 | ||||
-rw-r--r-- | include/asm-x86_64/smp.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86_64/mpspec.h b/include/asm-x86_64/mpspec.h index 3c7aae9fd157..1dc83436cc91 100644 --- a/include/asm-x86_64/mpspec.h +++ b/include/asm-x86_64/mpspec.h | |||
@@ -178,7 +178,6 @@ extern int mp_irq_entries; | |||
178 | extern struct mpc_config_intsrc mp_irqs [MAX_IRQ_SOURCES]; | 178 | extern struct mpc_config_intsrc mp_irqs [MAX_IRQ_SOURCES]; |
179 | extern int mpc_default_type; | 179 | extern int mpc_default_type; |
180 | extern unsigned long mp_lapic_addr; | 180 | extern unsigned long mp_lapic_addr; |
181 | extern int pic_mode; | ||
182 | 181 | ||
183 | #ifdef CONFIG_ACPI | 182 | #ifdef CONFIG_ACPI |
184 | extern void mp_register_lapic (u8 id, u8 enabled); | 183 | extern void mp_register_lapic (u8 id, u8 enabled); |
diff --git a/include/asm-x86_64/smp.h b/include/asm-x86_64/smp.h index 6353fa41bebe..498fbc1fc179 100644 --- a/include/asm-x86_64/smp.h +++ b/include/asm-x86_64/smp.h | |||
@@ -33,7 +33,6 @@ extern cpumask_t cpu_initialized; | |||
33 | 33 | ||
34 | extern void smp_alloc_memory(void); | 34 | extern void smp_alloc_memory(void); |
35 | extern volatile unsigned long smp_invalidate_needed; | 35 | extern volatile unsigned long smp_invalidate_needed; |
36 | extern int pic_mode; | ||
37 | extern void lock_ipi_call_lock(void); | 36 | extern void lock_ipi_call_lock(void); |
38 | extern void unlock_ipi_call_lock(void); | 37 | extern void unlock_ipi_call_lock(void); |
39 | extern int smp_num_siblings; | 38 | extern int smp_num_siblings; |