x86: bind irq0 irq data to cpu0
authorGlauber Costa <[email protected]>
Fri, 11 Jul 2008 17:21:29 +0000 (14:21 -0300)
committerIngo Molnar <[email protected]>
Mon, 13 Oct 2008 08:21:36 +0000 (10:21 +0200)
Signed-off-by: Glauber Costa <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/time_64.c

index 0469243ae1bd44acbfff8cb9115dbd50bf556004..841938297c2a0681fb0a4192ab6a352be5c532bb 100644 (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);
 }