Date: Sat, 20 Oct 2001 09:17:04 -0700 (PDT) From: Jake Burkholder <jake@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include tsb.h vmparam.h pmap.h src/sys/sparc64/sparc64 pmap.c Message-ID: <200110201617.f9KGH4x77964@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2001/10/20 09:17:04 PDT
Modified files:
sys/sparc64/include tsb.h vmparam.h pmap.h
sys/sparc64/sparc64 pmap.c
Log:
Parameterize the size of the kernel virtual address space on KVA_PAGES.
Don't use a hard coded address constant for the virtual address of the
kernel tsb. Allocate kernel virtual address space for the kernel tsb
at runtime.
Remove unused parameter to pmap_bootstrap.
Adapt pmap.c to use KVA_PAGES.
Map the message buffer too.
Add some traces.
Implement pmap_protect.
Revision Changes Path
1.9 +3 -1 src/sys/sparc64/include/pmap.h
1.6 +8 -12 src/sys/sparc64/include/tsb.h
1.7 +44 -4 src/sys/sparc64/include/vmparam.h
1.15 +110 -34 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?200110201617.f9KGH4x77964>
