Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39052
b: refs/heads/master
c: 96e1a87
h: refs/heads/master
v: v3
  • Loading branch information
Pekka Enberg authored and Linus Torvalds committed Oct 6, 2006
1 parent 8f32f85 commit 650ca9a
Show file tree
Hide file tree
Showing 3 changed files with 3 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: c6b0a9f87b82f25fa35206ec04b5160372eabab4
refs/heads/master: 96e1a87392293cf895ea99ab70758453897c7bbf
2 changes: 1 addition & 1 deletion trunk/arch/um/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ void forward_interrupts(int pid)
unsigned int do_IRQ(int irq, union uml_pt_regs *regs)
{
irq_enter();
__do_IRQ(irq, (struct pt_regs *)regs);
__do_IRQ(irq);
irq_exit();
return 1;
}
Expand Down
1 change: 1 addition & 0 deletions trunk/include/asm-um/irq_regs.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include <asm-generic/irq_regs.h>

0 comments on commit 650ca9a

Please sign in to comment.