From 44e1d0829dcc0037f7ea817f3585ff43055ddd5f Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Mon, 17 Nov 2025 21:37:13 -0500 Subject: kern/amd64: mp: Update stale comment about mappings Signed-off-by: Ian Moffett --- sys/arch/amd64/cpu/mp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/arch') 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 */ -- cgit v1.2.3