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> |
||
|---|---|---|
| .. | ||
| int10 | ||
| Makefile.am | ||
| lnx_acpi.c | ||
| lnx_agp.c | ||
| lnx_apm.c | ||
| lnx_axp.c | ||
| lnx_bell.c | ||
| lnx_ev56.c | ||
| lnx_init.c | ||
| lnx_kmod.c | ||
| lnx_video.c | ||