diff options
| author | Ian Moffett <ian@osmora.org> | 2025-11-17 21:37:13 -0500 |
|---|---|---|
| committer | Ian Moffett <ian@osmora.org> | 2025-11-17 21:37:13 -0500 |
| commit | 44e1d0829dcc0037f7ea817f3585ff43055ddd5f (patch) | |
| tree | 895c376eda05a61e7967d29fa62b514c7fee3997 /sys/arch | |
| parent | a9d1f332d91a801ff04e2b9f2475d733b2898134 (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.c | 2 |
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 */ |
