[PATCH 05/10] xfree86: bus: enable sparc code usage as its definition

Tiago Vignatti tiago.vignatti at nokia.com
Sun May 2 13:07:41 PDT 2010


This is here since the initial revision but it's not synchronized with the
definitions in both xf86.h and xf86sbusBus.h

Signed-off-by: Tiago Vignatti <tiago.vignatti at nokia.com>
---
 hw/xfree86/common/xf86Bus.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/xfree86/common/xf86Bus.c b/hw/xfree86/common/xf86Bus.c
index 788de0b..7f30b18 100644
--- a/hw/xfree86/common/xf86Bus.c
+++ b/hw/xfree86/common/xf86Bus.c
@@ -68,7 +68,7 @@ void
 xf86BusProbe(void)
 {
     xf86PciProbe();
-#if (defined(__sparc__) || defined(__sparc)) && !defined(__OpenBSD__)
+#if (defined(__sparc__) || defined(__sparc))
     xf86SbusProbe();
 #endif
 }
@@ -481,7 +481,7 @@ void
 xf86PostProbe(void)
 {
     if (fbSlotClaimed && (pciSlotClaimed
-#if (defined(__sparc__) || defined(__sparc)) && !defined(__OpenBSD__)
+#if (defined(__sparc__) || defined(__sparc))
 	    || sbusSlotClaimed
 #endif
 	    ))
-- 
1.6.0.4



More information about the xorg-devel mailing list