Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73847
b: refs/heads/master
c: 07a80e4
h: refs/heads/master
i:
  73845: b3d5176
  73843: 33c87ea
  73839: 40540d5
v: v3
  • Loading branch information
Ralf Baechle committed Nov 15, 2007
1 parent 9d4b928 commit 3d4237f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a57c228935fd55c4a1cf7c0b7823537c81914000
refs/heads/master: 07a80e49240ff57bccc3c65944d35947c3d33697
3 changes: 3 additions & 0 deletions trunk/arch/mips/kernel/cevt-bcm1480.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,10 @@ void __cpuinit sb1480_clockevent_init(void)

action->handler = sibyte_counter_handler;
action->flags = IRQF_DISABLED | IRQF_PERCPU;
action->mask = cpumask_of_cpu(cpu);
action->name = name;
action->dev_id = cd;

irq_set_affinity(irq, cpumask_of_cpu(cpu));
setup_irq(irq, action);
}
3 changes: 3 additions & 0 deletions trunk/arch/mips/kernel/cevt-sb1250.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,10 @@ void __cpuinit sb1250_clockevent_init(void)

action->handler = sibyte_counter_handler;
action->flags = IRQF_DISABLED | IRQF_PERCPU;
action->mask = cpumask_of_cpu(cpu);
action->name = name;
action->dev_id = cd;

irq_set_affinity(irq, cpumask_of_cpu(cpu));
setup_irq(irq, action);
}

0 comments on commit 3d4237f

Please sign in to comment.