xserver/hw
Jeremy Huddleston 783ba9d230 xfree86: Fix powerpc build with -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast
memType is a uint64_t on powerpc. Using memType only really makes
sense for *physical* addresses, which can be 64-bit for 32-bit
systems running on 64-bit hardware.

However, unmapVidMem() only deals with *virtual* addresses, which
are guaranteed to fit into an uintptr_t.

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
(cherry picked from commit eb3377ffb8)
2012-01-18 11:07:46 -08:00
..
dmx glx: Remove a few lingering traces of __GLXscreen.GLXVersion 2011-07-16 13:19:27 -07:00
kdrive Xephyr/dri: register screen and window privates on init 2011-08-10 14:58:29 -07:00
vfb Bug 38420: Xvfb crashes in miInitVisuals() when started with depth=2 2012-01-18 11:06:03 -08:00
xfree86 xfree86: Fix powerpc build with -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast 2012-01-18 11:07:46 -08:00
xnest Xnest: Match the host's keymap 2011-10-26 00:49:28 -07:00
xquartz XQuartz: appledri: Correct byte swapping in event notifications 2011-10-29 00:08:49 -07:00
xwin XWin: windowswm: Correct byte swapping in event notifications 2011-10-29 00:08:55 -07:00
Makefile.am Catch errors in recursive relink targets 2010-03-22 00:45:57 -05:00