xserver/hw/xfree86/os-support
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
..
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 2012-01-18 11:07:46 -08:00
misc Fix breakage on alpha caused by c7680befe5 2009-10-06 20:58:30 -04:00
shared xfree86: Remove dead ifdefs from VT switching 2010-11-30 13:28:28 -05:00
solaris Sun's copyrights now belong to Oracle 2010-12-07 11:10:35 -08:00
.gitignore .gitignore: use common defaults with custom section #24239 2009-11-11 21:40:20 -08:00
int10Defines.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
Makefile.am Remove SCO support 2010-12-20 12:11:11 -05:00
xf86_OSlib.h Removing unused code 2011-02-24 18:56:25 -08: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