Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204637
b: refs/heads/master
c: 0d9ec76
h: refs/heads/master
i:
  204635: d2540ae
v: v3
  • Loading branch information
Michal Simek committed Aug 4, 2010
1 parent 8733939 commit 04460e3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 570e3e236efdf5bb4a023ecc3601dad9273a011e
refs/heads/master: 0d9ec762af297f1ef38114f9498322d994063802
2 changes: 2 additions & 0 deletions trunk/arch/microblaze/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ void __irq_entry do_IRQ(struct pt_regs *regs)
{
unsigned int irq;
struct pt_regs *old_regs = set_irq_regs(regs);
trace_hardirqs_off();

irq_enter();
irq = get_irq(regs);
Expand All @@ -53,6 +54,7 @@ void __irq_entry do_IRQ(struct pt_regs *regs)

irq_exit();
set_irq_regs(old_regs);
trace_hardirqs_on();
}

int show_interrupts(struct seq_file *p, void *v)
Expand Down

0 comments on commit 04460e3

Please sign in to comment.