summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-03-15 15:37:39 +0000
committerEgbert Eich <eich@suse.de>2004-03-15 15:37:39 +0000
commit8fc64edc62548a0e46f0efa273b214ede8986760 (patch)
tree3df08579d8fa8806422096eb988947ce1bda8db2 /hw
parent62c105bd9b13e87a314a2d2be4747500a9ce4e8d (diff)
38. Backing out patch 27 as it was inappropriate for the RELEASE branch and
bogus anyway (see bugzilla #303) (Egbert Eich). 37. backing out 30.: the sleep() exists to bring the log message to the attention of the user which points to a problem elsewhere. Therefore the problem should be fixed where it originates. To be strict we could make the function fail instead of just trying to point the user at the problem (Egbert Eich).
Diffstat (limited to 'hw')
-rw-r--r--hw/xfree86/os-support/bus/Pci.h2
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 b19e9f1c4..b0c767d5c 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__) || defined(__powerpc64__)
+#elif defined(__powerpc__)
# if defined(linux)
# define ARCH_PCI_INIT linuxPciInit
# define INCLUDE_XF86_MAP_PCI_MEM