Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243527
b: refs/heads/master
c: 86cc8df
h: refs/heads/master
i:
  243525: 6a89521
  243523: 19a2146
  243519: ad9ed42
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 29, 2011
1 parent 8587d07 commit c5c3cf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 353c8ed44f8f7414be614685ed29d1e23f5fa76b
refs/heads/master: 86cc8dfc211695193a060a240ac9c9287606e5d8
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/apb_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ static void apbt_setup_irq(struct apbt_dev *adev)
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");
__irq_set_handler(adev->irq, handle_edge_irq, 0, "edge");

if (system_state == SYSTEM_BOOTING) {
if (request_irq(adev->irq, apbt_interrupt_handler,
Expand Down

0 comments on commit c5c3cf1

Please sign in to comment.