Files
xserver/hw/xfree86/os-support/linux
Jeremy Huddleston eb3377ffb8 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>
2011-11-18 11:26:02 -08:00
..
2010-12-31 12:52:50 +00:00
2009-11-06 06:23:26 -08:00
2009-11-16 20:17:29 -08:00
2009-11-16 20:17:29 -08:00
2011-10-18 09:15:54 +10:00