From: Glauber Costa Date: Fri, 11 Jul 2008 17:21:29 +0000 (-0300) Subject: x86: bind irq0 irq data to cpu0 X-Git-Tag: v2.6.28-rc1~611^2~52 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=2ff298372d03b01c9ca8738ee2791227a81928e2;p=linux-2.6-omap-h63xx.git x86: bind irq0 irq data to cpu0 Signed-off-by: Glauber Costa Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/time_64.c b/arch/x86/kernel/time_64.c index 0469243ae1b..841938297c2 100644 --- a/arch/x86/kernel/time_64.c +++ b/arch/x86/kernel/time_64.c @@ -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); }