commit | 2ff298372d03b01c9ca8738ee2791227a81928e2 | [log] [tgz] |
---|---|---|
author | Glauber Costa <gcosta@redhat.com> | Fri Jul 11 14:21:29 2008 -0300 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 13 10:21:36 2008 +0200 |
tree | cabeeafc5618799cf89283ccf48e1b73368105fb | |
parent | 8de0b8a7eaf274d197698b035090eeb805f62de6 [diff] [blame] |
x86: bind irq0 irq data to cpu0 Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/arch/x86/kernel/time_64.c b/arch/x86/kernel/time_64.c index 0469243..8419382 100644 --- a/arch/x86/kernel/time_64.c +++ b/arch/x86/kernel/time_64.c
@@ -115,6 +115,7 @@ if (!hpet_enable()) setup_pit_timer(); + irq0.mask = cpumask_of_cpu(0); setup_irq(0, &irq0); }