From 4565ca2a8c681f16f6e863b29381ebdded15365d Mon Sep 17 00:00:00 2001 From: "Mike A. Harris" Date: Thu, 11 Mar 2004 09:16:51 +0000 Subject: Added initial support for PowerPC 64 (ppc64) architecture. (Mike A. Harris, Elliot Lee, SuSE) --- hw/xfree86/os-support/bus/Pci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw') 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 -- cgit v1.2.3