Compile pci_host only once
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 21 Mar 2010 19:47:15 +0000 (19:47 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 21 Mar 2010 19:47:15 +0000 (19:47 +0000)
commit35256f9645dfc310bc02dc5f36cb855fc92aabc1
tree8d0ad00eb068c13794ea691595d661eb19c3c7d3
parent90cd154c2ebc0f3b0d873f510bd86363e427b41d
Compile pci_host only once

Convert pci_host_conf_register_mmio_noswap(x) to
pci_host_conf_register_mmio(x, 0).

Convert pci_host_conf_register_mmio(x) to
pci_host_conf_register_mmio(x, 1) for big endian hosts, all cases
happen to be BE.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.objs
Makefile.target
hw/dec_pci.c
hw/grackle_pci.c
hw/pci_host.c
hw/pci_host.h
hw/ppc4xx_pci.c
hw/ppce500_pci.c
hw/unin_pci.c