Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28711
b: refs/heads/master
c: 1dc461f
h: refs/heads/master
i:
  28709: 0b1a13b
  28707: 183ae73
  28703: d1b3c34
v: v3
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed May 19, 2006
1 parent 78eb819 commit 1fe6bcc
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: 4c76e0bcdeac27b45d55955f073a97ff8452a42f
refs/heads/master: 1dc461f0b03fab309eb9214df1c9b586aeaf3b22
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/vio.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static struct iommu_table *vio_build_iommu_table(struct vio_dev *dev)
{
#ifdef CONFIG_PPC_ISERIES
if (firmware_has_feature(FW_FEATURE_ISERIES)) {
if (strcmp(dev->type, "vlan") == 0)
if (strcmp(dev->type, "network") == 0)
return &veth_iommu_table;
return &vio_iommu_table;
} else
Expand Down

0 comments on commit 1fe6bcc

Please sign in to comment.