Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65293
b: refs/heads/master
c: b2b2775
h: refs/heads/master
i:
  65291: 86a76ad
v: v3
  • Loading branch information
David S. Miller committed Oct 4, 2007
1 parent 641b3a7 commit 81aa8eb
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: 1177bf9704a4e4e127b961950d75ca6c94fb419b
refs/heads/master: b2b27757b6f0e88e30f10c431c763523dd7858ca
3 changes: 2 additions & 1 deletion trunk/arch/sparc64/kernel/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,8 @@ static void __init irq_trans_init(struct device_node *dp)
if (!strcmp(dp->name, "fhc") &&
!strcmp(dp->parent->name, "central"))
return central_irq_trans_init(dp);
if (!strcmp(dp->name, "virtual-devices"))
if (!strcmp(dp->name, "virtual-devices") ||
!strcmp(dp->name, "niu"))
return sun4v_vdev_irq_trans_init(dp);
}

Expand Down

0 comments on commit 81aa8eb

Please sign in to comment.