Skip to content

Commit

Permalink
[PATCH] x86_64: Always use IO-APIC routing for timer.
Browse files Browse the repository at this point in the history
I tested it on a couple of chipsets and it worked everywhere so it
should be ok as default for now.

So far I haven't done the great purge of the useless old check_timer
code yet though.

Can be overwritten with enable_8254_timer in the worst case

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Mar 25, 2006
1 parent 3056d6b commit 9b2a13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86_64/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static int no_timer_check;

int disable_timer_pin_1 __initdata;

int timer_over_8254 __initdata = 1;
int timer_over_8254 __initdata = 0;

/* Where if anywhere is the i8259 connect in external int mode */
static struct { int pin, apic; } ioapic_i8259 = { -1, -1 };
Expand Down

0 comments on commit 9b2a13b

Please sign in to comment.