Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232100
b: refs/heads/master
c: c84077a
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Jan 21, 2011
1 parent 86b2736 commit aab5f78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 51f3f15945aa2ccbc90baf17d912aed9981697b2
refs/heads/master: c84077ac29978cbfb42dccbba3fee8523605e839
4 changes: 2 additions & 2 deletions trunk/arch/cris/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ asmlinkage void do_IRQ(int irq, struct pt_regs * regs)
printk("do_IRQ: stack overflow: %lX\n", sp);
show_stack(NULL, (unsigned long *)sp);
}
__do_IRQ(irq);
irq_exit();
generic_handle_irq(irq);
irq_exit();
set_irq_regs(old_regs);
}

Expand Down

0 comments on commit aab5f78

Please sign in to comment.