Skip to content

Commit

Permalink
cpumask: remove last assignment to mask field of struct irqaction.
Browse files Browse the repository at this point in the history
This snuck in after the patch which removed all the others.

Signed-off-by: Rusty Russell <[email protected]>
Cc: Ingo Molnar <[email protected]>
  • Loading branch information
rustyrussell committed Sep 24, 2009
1 parent 72d78d0 commit 1d1afc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 1d1afc1

Please sign in to comment.