[PATCH 2/4] xfree86: Remove implicit xf86EnableIO from BSD for PowerPC
Adam Jackson
ajax at redhat.com
Wed Oct 8 08:38:57 PDT 2014
This shouldn't be necessary, we're doing this already at the DDX level
when it's needed (and, more importantly, not when it's not).
Signed-off-by: Adam Jackson <ajax at redhat.com>
---
hw/xfree86/os-support/bsd/ppc_video.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/xfree86/os-support/bsd/ppc_video.c b/hw/xfree86/os-support/bsd/ppc_video.c
index b1cf7eb..f017376 100644
--- a/hw/xfree86/os-support/bsd/ppc_video.c
+++ b/hw/xfree86/os-support/bsd/ppc_video.c
@@ -51,7 +51,6 @@ void
xf86OSInitVidMem(VidMemInfoPtr pVidMem)
{
pVidMem->initialised = TRUE;
- xf86EnableIO();
}
volatile unsigned char *ioBase = MAP_FAILED;
--
1.9.3
More information about the xorg-devel
mailing list