Date: Thu, 26 Dec 2002 17:50:29 -0800 (PST) From: Jake Burkholder <jake@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 dump_machdep.c machdep.c pmap.c Message-ID: <200212270150.gBR1oTwA000130@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2002/12/26 17:50:29 PST Modified files: sys/sparc64/sparc64 dump_machdep.c machdep.c pmap.c Log: - Use direct mapped addresses for the message buffer, for the crash dump mappings, and for pmap_map which is used to map the vm_page structures. - Don't allocate kva space for any of the above. Revision Changes Path 1.3 +7 -7 src/sys/sparc64/sparc64/dump_machdep.c 1.74 +1 -4 src/sys/sparc64/sparc64/machdep.c 1.97 +4 -51 src/sys/sparc64/sparc64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212270150.gBR1oTwA000130>