diff options
author | Andi Kleen <ak@suse.de> | 2006-09-26 04:52:32 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2006-09-26 04:52:32 -0400 |
commit | 2c8c0e6b8d7700a990da8d24eff767f9ca223b96 (patch) | |
tree | b5477ee2558efff235c483d1619ce892db479d18 /include/asm-x86_64/apic.h | |
parent | 1a3f239ddf9208f2e52d36fef1c1c4518cbbbabe (diff) |
[PATCH] Convert x86-64 to early param
Instead of hackish manual parsing
Requires earlier i386 patchkit, but also fixes i386 early_printk again.
I removed some obsolete really early parameters which didn't do anything useful.
Also made a few parameters that needed it early (mostly oops printing setup)
Also removed one panic check that wasn't visible without
early console anyways (the early console is now initialized after that
panic)
This cleans up a lot of 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, 1 insertions, 3 deletions
diff --git a/include/asm-x86_64/apic.h b/include/asm-x86_64/apic.h index 8ed0f4d67b8d..29ee735278f2 100644 --- a/include/asm-x86_64/apic.h +++ b/include/asm-x86_64/apic.h | |||
@@ -17,6 +17,7 @@ | |||
17 | 17 | ||
18 | extern int apic_verbosity; | 18 | extern int apic_verbosity; |
19 | extern int apic_runs_main_timer; | 19 | extern int apic_runs_main_timer; |
20 | extern int ioapic_force; | ||
20 | 21 | ||
21 | /* | 22 | /* |
22 | * Define the default level of output to be very little | 23 | * Define the default level of output to be very little |
@@ -93,9 +94,6 @@ extern void setup_APIC_extened_lvt(unsigned char lvt_off, unsigned char vector, | |||
93 | #define K8_APIC_EXT_INT_MSG_EXT 0x7 | 94 | #define K8_APIC_EXT_INT_MSG_EXT 0x7 |
94 | #define K8_APIC_EXT_LVT_ENTRY_THRESHOLD 0 | 95 | #define K8_APIC_EXT_LVT_ENTRY_THRESHOLD 0 |
95 | 96 | ||
96 | extern int disable_timer_pin_1; | ||
97 | |||
98 | |||
99 | void smp_send_timer_broadcast_ipi(void); | 97 | void smp_send_timer_broadcast_ipi(void); |
100 | void switch_APIC_timer_to_ipi(void *cpumask); | 98 | void switch_APIC_timer_to_ipi(void *cpumask); |
101 | void switch_ipi_to_APIC_timer(void *cpumask); | 99 | void switch_ipi_to_APIC_timer(void *cpumask); |