projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8de0b8a
)
x86: bind irq0 irq data to cpu0
author
Glauber Costa
<gcosta@redhat.com>
Fri, 11 Jul 2008 17:21:29 +0000
(14:21 -0300)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 13 Oct 2008 08:21:36 +0000
(10:21 +0200)
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/time_64.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/time_64.c
b/arch/x86/kernel/time_64.c
index 0469243ae1bd44acbfff8cb9115dbd50bf556004..841938297c2a0681fb0a4192ab6a352be5c532bb 100644
(file)
--- 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);
}