summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-11-17 21:37:13 -0500
committerIan Moffett <ian@osmora.org>2025-11-17 21:37:13 -0500
commit44e1d0829dcc0037f7ea817f3585ff43055ddd5f (patch)
tree895c376eda05a61e7967d29fa62b514c7fee3997 /sys/arch
parenta9d1f332d91a801ff04e2b9f2475d733b2898134 (diff)
kern/amd64: mp: Update stale comment about mappings
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/amd64/cpu/mp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/amd64/cpu/mp.c b/sys/arch/amd64/cpu/mp.c
index 5c45788..866aff1 100644
--- a/sys/arch/amd64/cpu/mp.c
+++ b/sys/arch/amd64/cpu/mp.c
@@ -146,7 +146,7 @@ cpu_init_bootspace(struct ap_bootspace *bs)
/*
* Now we link the tables up and identity map the
- * first 4 pages
+ * first 2 megs
*/
new_pml4[0] = bs->pml3 | 3; /* P+RW */
pml3[0] = bs->pml2 | 3; /* P+RW */