Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17724
b: refs/heads/master
c: 821b537
h: refs/heads/master
v: v3
  • Loading branch information
Linas Vepstas authored and Paul Mackerras committed Jan 10, 2006
1 parent f71073a commit 4f927d3
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: 9fb40eb883ad2d22ad6975b4323cb76e018fa280
refs/heads/master: 821b537fd7bf9018f1df4b882cea199613147f65
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/platforms/pseries/eeh_cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ void __init pci_addr_cache_build(void)
/* Save the BAR's; firmware doesn't restore these after EEH reset */
dn = pci_device_to_OF_node(dev);
eeh_save_bars(dev, PCI_DN(dn));

pci_dev_get (dev); /* matching put is in eeh_remove_device() */
PCI_DN(dn)->pcidev = dev;
}

#ifdef DEBUG
Expand Down

0 comments on commit 4f927d3

Please sign in to comment.