diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-11-01 14:59:15 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-11-18 11:26:02 -0800 |
commit | eb3377ffb8a7baa26c9831e56ed782d48b28fa71 (patch) | |
tree | 42c366dc42a80ce9a67139a330258a670170ea10 /hw/xfree86/os-support/bus/Pci.h | |
parent | a551f126cc4af7a476d9c8fd0cb309d5aa600d54 (diff) |
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>
Diffstat (limited to 'hw/xfree86/os-support/bus/Pci.h')
0 files changed, 0 insertions, 0 deletions