| Submitter | David Gibson |
|---|---|
| Date | Feb. 28, 2012, 3:18 a.m. |
| Message ID | <1330399093-20384-6-git-send-email-david@gibson.dropbear.id.au> |
| Download | mbox | patch |
| Permalink | /patch/143323/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/spapr_pci.c b/hw/spapr_pci.c index 28a46bd..dafcd0e 100644 --- a/hw/spapr_pci.c +++ b/hw/spapr_pci.c @@ -32,13 +32,6 @@ #include "hw/pci_internals.h" -static const uint32_t bars[] = { - PCI_BASE_ADDRESS_0, PCI_BASE_ADDRESS_1, - PCI_BASE_ADDRESS_2, PCI_BASE_ADDRESS_3, - PCI_BASE_ADDRESS_4, PCI_BASE_ADDRESS_5 - /*, PCI_ROM_ADDRESS*/ -}; - static PCIDevice *find_dev(sPAPREnvironment *spapr, uint64_t buid, uint32_t config_addr) {