@@ -, +, @@ --- hw/xfree86/os-support/bus/Pci.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/hw/xfree86/os-support/bus/Pci.h +++ a/hw/xfree86/os-support/bus/Pci.h @@ -327,7 +327,7 @@ # define INCLUDE_XF86_MAP_PCI_MEM # define INCLUDE_XF86_NO_DOMAIN # endif -# if !defined(__FreeBSD__) +# if !defined(__FreeBSD__) && !defined(linux) # define ARCH_PCI_PCI_BRIDGE sparcPciPciBridge # endif #elif defined(__amd64__) || defined(__amd64) --