diff options
author | Glauber Costa <gcosta@redhat.com> | 2008-07-11 13:21:29 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-13 04:21:36 -0400 |
commit | 2ff298372d03b01c9ca8738ee2791227a81928e2 (patch) | |
tree | cabeeafc5618799cf89283ccf48e1b73368105fb /arch/x86/kernel/time_64.c | |
parent | 8de0b8a7eaf274d197698b035090eeb805f62de6 (diff) |
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.c | 1 |
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) | |||
115 | if (!hpet_enable()) | 115 | if (!hpet_enable()) |
116 | setup_pit_timer(); | 116 | setup_pit_timer(); |
117 | 117 | ||
118 | irq0.mask = cpumask_of_cpu(0); | ||
118 | setup_irq(0, &irq0); | 119 | setup_irq(0, &irq0); |
119 | } | 120 | } |
120 | 121 | ||