Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190658
b: refs/heads/master
c: e6d7961
h: refs/heads/master
v: v3
  • Loading branch information
Steven J. Magnani authored and Michal Simek committed May 6, 2010
1 parent a2275f3 commit a8bd621
Show file tree
Hide file tree
Showing 2 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: c86fac4382b3fb238a520ab5f2fa200c6a868b7f
refs/heads/master: e6d7961e5be0a259ba87411370f8be7f7da4c0f6
3 changes: 2 additions & 1 deletion trunk/arch/microblaze/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

#include <linux/init.h>
#include <linux/ftrace.h>
#include <linux/kernel.h>
#include <linux/hardirq.h>
#include <linux/interrupt.h>
Expand All @@ -32,7 +33,7 @@ EXPORT_SYMBOL_GPL(irq_of_parse_and_map);

static u32 concurrent_irq;

void do_IRQ(struct pt_regs *regs)
void __irq_entry do_IRQ(struct pt_regs *regs)
{
unsigned int irq;
struct pt_regs *old_regs = set_irq_regs(regs);
Expand Down

0 comments on commit a8bd621

Please sign in to comment.