commit | 952760bb7bce7fbfe0afcf04fee268745f297b87 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Sun Mar 21 19:47:15 2010 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sun Mar 21 19:47:15 2010 +0000 |
tree | 8d0ad00eb068c13794ea691595d661eb19c3c7d3 | |
parent | c1f63a9d43f294d53e5f78f3534e5b8198e1fa74 [diff] |
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>