diff options
author | Kevin E Martin <kem@kem.org> | 2004-08-11 21:14:18 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2004-08-11 21:14:18 +0000 |
commit | f77f1d50723aceb5059a96f7a4068046b7961c51 (patch) | |
tree | c00eea6fc69639f20b2c0160c9642b9f0737b117 /hw/xfree86/os-support/bus/Pci.h | |
parent | 3dbaeb2e126d9424b21df91f0be9129c4eea6f1b (diff) |
Apply PPC64 build patch (Bug #303, Mike A. Harris, Alan Coopersmith).
Diffstat (limited to 'hw/xfree86/os-support/bus/Pci.h')
-rw-r--r-- | hw/xfree86/os-support/bus/Pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/bus/Pci.h b/hw/xfree86/os-support/bus/Pci.h index 2d85eba9a..3e965265b 100644 --- a/hw/xfree86/os-support/bus/Pci.h +++ b/hw/xfree86/os-support/bus/Pci.h @@ -280,7 +280,7 @@ # define INCLUDE_XF86_MAP_PCI_MEM # define INCLUDE_XF86_NO_DOMAIN # endif -#elif defined(__powerpc__) +#elif defined(__powerpc__) || defined(__powerpc64__) # if defined(linux) # define ARCH_PCI_INIT linuxPciInit # define INCLUDE_XF86_MAP_PCI_MEM |