Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127336
b: refs/heads/master
c: d3a5401
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Jesse Barnes committed Jan 7, 2009
1 parent 9206c7a commit bb68a29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1ca887970a3971a22e4875b7c6ad5ae3ce49f61a
refs/heads/master: d3a54014e2a94bd37b7dee5e76e03f7bc4fab49a
4 changes: 4 additions & 0 deletions trunk/drivers/pci/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ void pci_bus_add_devices(struct pci_bus *bus)
dev_err(&dev->dev,
"Error creating cpulistaffinity"
" file, continuing...\n");

/* Create legacy_io and legacy_mem files for this bus */
pci_create_legacy_files(child_bus);

}
}
}
Expand Down

0 comments on commit bb68a29

Please sign in to comment.