提交 031c0c55 编写于 作者: A Anthony Liguori

Revert "PPC: Make e500 pci byte swap config data"

This reverts commit cfb207e6.
Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 53462f4a
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册