]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: assign IRQs to HPET timers, fix
authorBalaji Rao <balajirrao@gmail.com>
Wed, 30 Jan 2008 12:30:03 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:03 +0000 (13:30 +0100)
commit37a47db8d7f0f38dac5acf5a13abbc8f401707fa
treef3827e6b77a81680b2870f82a22bb86c4fefefee
parente3f37a54f690d3e64995ea7ecea08c5ab3070faf
x86: assign IRQs to HPET timers, fix

Looks like IRQ 31 is assigned to timer 3, even without the patch!
I wonder who wrote the number 31. But the manual says that it is
zero by default.

I think we should check whether the timer has been allocated an IRQ before
proceeding to assign one to it.  Here is a patch that does this.

Signed-off-by: Balaji Rao <balajirrao@gmail.com>
Tested-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/hpet.c
drivers/char/hpet.c