Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224082
b: refs/heads/master
c: e4d2ebc
h: refs/heads/master
v: v3
  • Loading branch information
Feng Tang authored and Thomas Gleixner committed Dec 6, 2010
1 parent 0c683e9 commit 036ab46
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5ec6960f6f0c7be9cc6e5506fdf0070add3b6e08
refs/heads/master: e4d2ebcab11b308b5b59073578efd33eccd55d46
1 change: 1 addition & 0 deletions trunk/arch/x86/kernel/apb_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ static void apbt_setup_irq(struct apbt_dev *adev)

if (system_state == SYSTEM_BOOTING) {
irq_modify_status(adev->irq, 0, IRQ_MOVE_PCNTXT);
irq_set_affinity(adev->irq, cpumask_of(adev->cpu));
/* APB timer irqs are set up as mp_irqs, timer is edge type */
__set_irq_handler(adev->irq, handle_edge_irq, 0, "edge");
if (request_irq(adev->irq, apbt_interrupt_handler,
Expand Down

0 comments on commit 036ab46

Please sign in to comment.