x86: get irq for hpet timer
authorKevin Hao <kexin.hao@windriver.com>
Thu, 29 May 2008 10:41:04 +0000 (18:41 +0800)
committerIngo Molnar <mingo@elte.hu>
Mon, 2 Jun 2008 09:35:12 +0000 (11:35 +0200)
HPET timer's IRQ is 0 by default. So we have to select which irq
will be used by these timers. We wait to set the timer's irq until
we really open it in order to reduce the chance of conflicting with
other device.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found