xserver/hw/xfree86/os-support
Jeremy Huddleston 4dc5b6ea9f 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)
2011-11-21 18:42:42 -08:00
..
bsd Removing unused code 2011-02-24 18:56:25 -08:00
bus xfree86: bus: assign PCI_SOURCES with the actual source files 2010-09-14 18:53:23 +03:00
hurd Do not trap access to timer and keyboard 2010-11-10 14:42:44 -08:00
linux xfree86: Fix powerpc build with -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast 2011-11-21 18:42:42 -08:00
misc Fix breakage on alpha caused by c7680befe5 2009-10-06 20:58:30 -04:00
shared xfree86: Only log the serial bytes if debug is on. 2011-06-27 12:21:45 -07:00
solaris Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00
int10Defines.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
Makefile.am Don't use empty source files 2011-06-23 05:28:31 -07:00
xf86_OSlib.h Consolidate all the PATH_MAX handling into misc.h 2011-03-14 13:42:55 -04:00
xf86_OSproc.h Move OS-specific VT key handler code from common to os-support 2010-01-25 11:10:00 -08:00
xf86OSpriv.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00