Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114636
b: refs/heads/master
c: 4a015c3
h: refs/heads/master
v: v3
  • Loading branch information
John Rigby authored and Kumar Gala committed Oct 13, 2008
1 parent ac1ecc6 commit c5f2e31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 62666828bae7057835d982367e98716a1bd0fd40
refs/heads/master: 4a015c37409ead893b659c2f89f1aa1fdf512115
5 changes: 3 additions & 2 deletions trunk/arch/powerpc/kernel/pci_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ LIST_HEAD(hose_list);
static int pci_bus_count;

static void
fixup_hide_host_resource_fsl(struct pci_dev* dev)
fixup_hide_host_resource_fsl(struct pci_dev *dev)
{
int i, class = dev->class >> 8;

if ((class == PCI_CLASS_PROCESSOR_POWERPC) &&
if ((class == PCI_CLASS_PROCESSOR_POWERPC ||
class == PCI_CLASS_BRIDGE_OTHER) &&
(dev->hdr_type == PCI_HEADER_TYPE_NORMAL) &&
(dev->bus->parent == NULL)) {
for (i = 0; i < DEVICE_COUNT_RESOURCE; i++) {
Expand Down

0 comments on commit c5f2e31

Please sign in to comment.