Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 59182
b: refs/heads/master
c: 9ef2241
h: refs/heads/master
v: v3
  • Loading branch information
Gary Hade authored and Greg Kroah-Hartman committed Jul 11, 2007
1 parent 1765cbf commit da827f6
Show file tree
Hide file tree
Showing 2 changed files with 4 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: bfceafc5979d9055e04f03f970de6ff7a4bce1b6
refs/heads/master: 9ef2241b18266d75319e7d66156243bd9010be44
3 changes: 3 additions & 0 deletions trunk/drivers/pci/hotplug/acpiphp_glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -1368,6 +1368,9 @@ static void program_hpp(struct pci_dev *dev, struct acpiphp_bridge *bridge)
(dev->class >> 8) == PCI_CLASS_BRIDGE_PCI)))
return;

if ((dev->class >> 8) == PCI_CLASS_BRIDGE_HOST)
return;

pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE,
bridge->hpp.t0->cache_line_size);
pci_write_config_byte(dev, PCI_LATENCY_TIMER,
Expand Down

0 comments on commit da827f6

Please sign in to comment.