diff options
Diffstat (limited to 'sys/arch/amd64')
| -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 */ |
