Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60700
b: refs/heads/master
c: 7058457
h: refs/heads/master
v: v3
  • Loading branch information
Sonny Rao authored and Paul Mackerras committed Jul 10, 2007
1 parent 559e7ed commit 3eb4982
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: b3e998ee05773a3ac33d540aa341295acef4c56b
refs/heads/master: 70584578ab3e940ac9d7820f268f9adc9884e407
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@ void do_IRQ(struct pt_regs *regs)

void __init init_IRQ(void)
{
ppc_md.init_IRQ();
if (ppc_md.init_IRQ)
ppc_md.init_IRQ();
#ifdef CONFIG_PPC64
irq_ctx_init();
#endif
Expand Down

0 comments on commit 3eb4982

Please sign in to comment.