quarkd2000: correct LOAPIC timer IRQ number
Change the LOAPIC timer IRQ number to 10. It should not be 0. Change-Id: I156286d0e3b903cca07cc3f87804b145aacaf117 Signed-off-by: Baohong Liu <baohong.liu@intel.com>
This commit is contained in:
parent
66999d04d8
commit
263b3cdbba
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ config IOAPIC_NUM_RTES
|
||||||
default 32
|
default 32
|
||||||
|
|
||||||
config LOAPIC_TIMER_IRQ
|
config LOAPIC_TIMER_IRQ
|
||||||
default 0
|
default 10
|
||||||
|
|
||||||
config LOAPIC_TIMER_IRQ_PRIORITY
|
config LOAPIC_TIMER_IRQ_PRIORITY
|
||||||
default 2
|
default 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue