diff options
author | Glauber Costa <gcosta@redhat.com> | 2008-07-11 14:21:29 -0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-13 10:21:36 +0200 |
commit | 2ff298372d03b01c9ca8738ee2791227a81928e2 (patch) | |
tree | cabeeafc5618799cf89283ccf48e1b73368105fb /arch | |
parent | 8de0b8a7eaf274d197698b035090eeb805f62de6 (diff) | |
download | op-kernel-dev-2ff298372d03b01c9ca8738ee2791227a81928e2.zip op-kernel-dev-2ff298372d03b01c9ca8738ee2791227a81928e2.tar.gz |
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')
-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 0469243..8419382 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); } |