Date: Tue, 28 May 2002 22:50:00 -0700 (PDT) From: Jake Burkholder <jake@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/sparc64/loader locore.S main.c metadata.c src/sys/sparc64/include metadata.h tlb.h src/sys/sparc64/sparc64 machdep.c pmap.c Message-ID: <200205290550.g4T5o0U17001@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2002/05/28 22:50:00 PDT
Modified files:
sys/boot/sparc64/loader locore.S main.c metadata.c
sys/sparc64/include metadata.h tlb.h
sys/sparc64/sparc64 machdep.c pmap.c
Log:
Use a contrived 'tlb_entry' structure for passing the mappings for the
kernel text and data from the loader to the kernel, so that the tte format
is not part of the loader->kernel ABI.
Revision Changes Path
1.6 +0 -2 src/sys/boot/sparc64/loader/locore.S
1.11 +12 -9 src/sys/boot/sparc64/loader/main.c
1.5 +6 -7 src/sys/boot/sparc64/loader/metadata.c
1.3 +5 -0 src/sys/sparc64/include/metadata.h
1.19 +3 -1 src/sys/sparc64/include/tlb.h
1.52 +2 -2 src/sys/sparc64/sparc64/machdep.c
1.55 +3 -2 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?200205290550.g4T5o0U17001>
