projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72d78d0
)
cpumask: remove last assignment to mask field of struct irqaction.
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 24 Sep 2009 15:34:36 +0000
(09:34 -0600)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 24 Sep 2009 00:04:37 +0000
(09:34 +0930)
This snuck in after the patch which removed all the others.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/time.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/time.c
b/arch/x86/kernel/time.c
index e293ac56c72316a6f3bbaa2192230c1f08f25e7c..dcb00d2785127df39f3814ec3478c64658733582 100644
(file)
--- a/
arch/x86/kernel/time.c
+++ b/
arch/x86/kernel/time.c
@@
-93,7
+93,6
@@
static struct irqaction irq0 = {
void __init setup_default_timer_irq(void)
{
- irq0.mask = cpumask_of_cpu(0);
setup_irq(0, &irq0);
}