PERFORCE change 31581 for review
Peter Wemm
peter at FreeBSD.org
Wed May 21 13:44:04 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=31581
Change 31581 by peter at peter_hammer on 2003/05/21 13:43:46
Allow for the possibility of mapping > 4GB
Affected files ...
.. //depot/projects/hammer/sys/amd64/amd64/nexus.c#7 edit
Differences ...
==== //depot/projects/hammer/sys/amd64/amd64/nexus.c#7 (text+ko) ====
@@ -355,8 +355,8 @@
*/
vaddr = (caddr_t)(uintptr_t)(KERNBASE + rman_get_start(r));
} else {
- u_int32_t paddr;
- u_int32_t psize;
+ u_int64_t paddr;
+ u_int64_t psize;
u_int32_t poffs;
paddr = rman_get_start(r);
More information about the p4-projects
mailing list