Module Name: src
Committed By: thorpej
Date: Tue Jan 2 07:42:52 UTC 2024
Modified Files:
src/sys/arch/virt68k/virt68k: pmap_bootstrap.c
Log Message:
G/C some scratch-pad notes.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/virt68k/virt68k/pmap_bootstrap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/virt68k/virt68k/pmap_bootstrap.c
diff -u src/sys/arch/virt68k/virt68k/pmap_bootstrap.c:1.1 src/sys/arch/virt68k/virt68k/pmap_bootstrap.c:1.2
--- src/sys/arch/virt68k/virt68k/pmap_bootstrap.c:1.1 Tue Jan 2 07:41:02 2024
+++ src/sys/arch/virt68k/virt68k/pmap_bootstrap.c Tue Jan 2 07:42:52 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap_bootstrap.c,v 1.1 2024/01/02 07:41:02 thorpej Exp $ */
+/* $NetBSD: pmap_bootstrap.c,v 1.2 2024/01/02 07:42:52 thorpej Exp $ */
/*
* Copyright (c) 1991, 1993
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.1 2024/01/02 07:41:02 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.2 2024/01/02 07:42:52 thorpej Exp $");
#include "opt_m68k_arch.h"
@@ -172,16 +172,6 @@ pmap_bootstrap(paddr_t nextpa, paddr_t f
int nl1desc, nl2desc;
/*
- * XXX NOTES:
- * SYSMAP_VA == 0xfe000000
- * pte va == 0xfe000e38
- *
- * L1 idx = 127
- * L2 idx = 0
- * L3 idx =
- */
-
- /*
* First invalidate the entire "segment table" pages
* (levels 1 and 2 have the same "invalid" value).
*/