dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Glauber Costa 2008-07-11 14:21:29 -03:00 committed by Ingo Molnar
parent 8de0b8a7ea
commit 2ff298372d
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}