diff options
author | Anthony Liguori | 2010-09-08 21:54:58 +0200 |
---|---|---|
committer | Anthony Liguori | 2010-09-08 21:54:58 +0200 |
commit | 031c0c55bb6472348b0a47d99693cc4961b72175 (patch) | |
tree | af05edd5cca7e1e503932677903d2983a48c44c9 | |
parent | Merge remote branch 'agraf/ppc-next' into staging (diff) | |
download | qemu-031c0c55bb6472348b0a47d99693cc4961b72175.tar.gz qemu-031c0c55bb6472348b0a47d99693cc4961b72175.tar.xz qemu-031c0c55bb6472348b0a47d99693cc4961b72175.zip |
Revert "PPC: Make e500 pci byte swap config data"
This reverts commit cfb207e643d94e3e96d456b1df14c5e36f6aa9e5.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r-- | hw/ppce500_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppce500_pci.c b/hw/ppce500_pci.c index 629b24235f..3fa42d2cdc 100644 --- a/hw/ppce500_pci.c +++ b/hw/ppce500_pci.c @@ -313,7 +313,7 @@ static int e500_pcihost_initfn(SysBusDevice *dev) cpu_register_physical_memory(registers + PCIE500_CFGADDR, 4, index); /* CFGDATA */ - index = pci_host_data_register_mmio(&s->pci_state, 1); + index = pci_host_data_register_mmio(&s->pci_state, 0); if (index < 0) return -1; cpu_register_physical_memory(registers + PCIE500_CFGDATA, 4, index); |