From: Glauber Costa Date: Fri, 11 Jul 2008 17:21:29 +0000 (-0300) Subject: x86: bind irq0 irq data to cpu0 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2ff298372d03b01c9ca8738ee2791227a81928e2;p=openwrt%2Fstaging%2Fblogic.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 0469243ae1bd..841938297c2a 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); }