Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252928
b: refs/heads/master
c: 89c1222
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed May 31, 2011
1 parent 107401c commit 6c5c4bb
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: c7427d23f7ed695ac226dbe3a84d7f19091d34ce
refs/heads/master: 89c122236e60747f920008c9cf4e9cbde3333e50
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 6c5c4bb

Please sign in to comment.