diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2009-09-24 11:34:36 -0400 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2009-09-23 20:04:37 -0400 |
commit | 1d1afc1957a441fc75a27517b17437d8af3b3b93 (patch) | |
tree | 213677a1303754e8be075aaa936f1ea9fa6e9b93 /arch | |
parent | 72d78d05cbaa69f2a32f5f9d65a4551ba0da571f (diff) |
cpumask: remove last assignment to mask field of struct irqaction.
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/time.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/time.c b/arch/x86/kernel/time.c index e293ac56c723..dcb00d278512 100644 --- a/arch/x86/kernel/time.c +++ b/arch/x86/kernel/time.c | |||
@@ -93,7 +93,6 @@ static struct irqaction irq0 = { | |||
93 | 93 | ||
94 | void __init setup_default_timer_irq(void) | 94 | void __init setup_default_timer_irq(void) |
95 | { | 95 | { |
96 | irq0.mask = cpumask_of_cpu(0); | ||
97 | setup_irq(0, &irq0); | 96 | setup_irq(0, &irq0); |
98 | } | 97 | } |
99 | 98 | ||