Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252925
b: refs/heads/master
c: 339dedf
h: refs/heads/master
i:
  252923: b8c8bd8
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Linus Torvalds committed May 31, 2011
1 parent 8a2b476 commit cf121c3
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: 55922c9d1b84b89cb946c777fddccb3247e7df2c
refs/heads/master: 339dedf709e21d5718d6596750166f70e8bed40a
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/platforms/powermac/pic.c
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,8 @@ static struct syscore_ops pmacpic_syscore_ops = {

static int __init init_pmacpic_syscore(void)
{
register_syscore_ops(&pmacpic_syscore_ops);
if (pmac_irq_hw[0])
register_syscore_ops(&pmacpic_syscore_ops);
return 0;
}

Expand Down

0 comments on commit cf121c3

Please sign in to comment.