x86: bind irq0 irq data to cpu0
Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
8de0b8a7ea
commit
2ff298372d
@ -115,6 +115,7 @@ void __init hpet_time_init(void)
|
||||
if (!hpet_enable())
|
||||
setup_pit_timer();
|
||||
|
||||
irq0.mask = cpumask_of_cpu(0);
|
||||
setup_irq(0, &irq0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user