Skip to content
  • Blue Swirl's avatar
    Compile pci_host only once · 952760bb
    Blue Swirl authored
    
    
    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: default avatarBlue Swirl <blauwirbel@gmail.com>
    952760bb