Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5765
b: refs/heads/master
c: e62b8b2
h: refs/heads/master
i:
  5763: 9445d5b
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Linus Torvalds committed Aug 10, 2005
1 parent 9eb8f32 commit 47b147b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 70679ee34f244499cf1c6775647895123eb1a326
refs/heads/master: e62b8b2bc73b2433239a2ac394c2fafd50c43d9e
2 changes: 1 addition & 1 deletion trunk/arch/ppc64/kernel/prom_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1803,7 +1803,7 @@ static void __init fixup_device_tree(void)
if (prom_getprop(u3, "device-rev", &u3_rev, sizeof(u3_rev))
== PROM_ERROR)
return;
if (u3_rev != 0x35)
if (u3_rev != 0x35 && u3_rev != 0x37)
return;
/* does it need fixup ? */
if (prom_getproplen(i2c, "interrupts") > 0)
Expand Down

0 comments on commit 47b147b

Please sign in to comment.