mirror of https://github.com/xemu-project/xemu.git
Revert "PPC: Make e500 pci byte swap config data"
This reverts commit cfb207e643
.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
53462f4aeb
commit
031c0c55bb
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue