diff options
author | Mike A. Harris <mharris@redhat.com> | 2004-03-11 09:16:51 +0000 |
---|---|---|
committer | Mike A. Harris <mharris@redhat.com> | 2004-03-11 09:16:51 +0000 |
commit | 4565ca2a8c681f16f6e863b29381ebdded15365d (patch) | |
tree | c78fac90b75d26251dd7a21aaa5ee2ba7aa0d80f /hw | |
parent | 17bed525634aac7acd446738ba8147bcb39dccdc (diff) |
Added initial support for PowerPC 64 (ppc64) architecture. (Mike A. Harris,
Elliot Lee, SuSE)
Diffstat (limited to 'hw')
-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 b0c767d5c..b19e9f1c4 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 |