aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/time_64.c
diff options
context:
space:
mode:
authorGlauber Costa <gcosta@redhat.com>2008-07-11 14:21:29 -0300
committerIngo Molnar <mingo@elte.hu>2008-10-13 10:21:36 +0200
commit2ff298372d03b01c9ca8738ee2791227a81928e2 (patch)
treecabeeafc5618799cf89283ccf48e1b73368105fb /arch/x86/kernel/time_64.c
parentx86: use user_mode_vm instead of user_mode (diff)
downloadlinux-dev-2ff298372d03b01c9ca8738ee2791227a81928e2.tar.xz
linux-dev-2ff298372d03b01c9ca8738ee2791227a81928e2.zip
x86: bind irq0 irq data to cpu0
Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/time_64.c')
-rw-r--r--arch/x86/kernel/time_64.c1
1 files changed, 1 insertions, 0 deletions
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);
}