Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123034
b: refs/heads/master
c: 22059a9
h: refs/heads/master
v: v3
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Nov 19, 2008
1 parent cc52131 commit 67d9647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: ba82efbd3b48cb2a0e03c043911ce44c28f2825a
refs/heads/master: 22059a90b82d6cd02d488c48c27a4d0ad976c919
4 changes: 1 addition & 3 deletions trunk/arch/powerpc/platforms/powermac/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,7 @@ static void __init pmac_setup_arch(void)
}

/* See if newworld or oldworld */
for (ic = NULL; (ic = of_find_all_nodes(ic)) != NULL; )
if (of_get_property(ic, "interrupt-controller", NULL))
break;
ic = of_find_node_with_property(NULL, "interrupt-controller");
if (ic) {
pmac_newworld = 1;
of_node_put(ic);
Expand Down

0 comments on commit 67d9647

Please sign in to comment.