From: Andrew Morton Fix it for Andi's changes. Cc: Eric W. Biederman Signed-off-by: Andrew Morton --- arch/x86_64/kernel/io_apic.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/x86_64/kernel/io_apic.c~x86_64-io_apicc-memorize-at-bootup-where-the-i8259-is-fix arch/x86_64/kernel/io_apic.c --- 25/arch/x86_64/kernel/io_apic.c~x86_64-io_apicc-memorize-at-bootup-where-the-i8259-is-fix 2005-10-16 12:26:02.000000000 -0700 +++ 25-akpm/arch/x86_64/kernel/io_apic.c 2005-10-16 12:26:02.000000000 -0700 @@ -1811,7 +1811,7 @@ static inline void check_timer(void) /* * legacy devices should be connected to IO APIC #0 */ - setup_ExtINT_IRQ0_pin(pin2, vector); + setup_ExtINT_IRQ0_pin(apic1, pin2, vector); if (timer_irq_works()) { printk("works.\n"); nmi_watchdog_default(); _