summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-11-25 23:00:46 +0000
committerru <ru@FreeBSD.org>2006-11-25 23:00:46 +0000
commit41b733910f79521c276dd8d63cf2987b2369fb5b (patch)
treec25f7d4cb9c82a0e37bf83bbb618b224c1bcb26d /sys
parentea6672786238048a8cdbff7dc3488d42f51189d6 (diff)
downloadFreeBSD-src-41b733910f79521c276dd8d63cf2987b2369fb5b.zip
FreeBSD-src-41b733910f79521c276dd8d63cf2987b2369fb5b.tar.gz
Tweak the comment about mapping a kernel using large pages.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/locore.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/i386/locore.s b/sys/i386/i386/locore.s
index 7ca289c..b789504 100644
--- a/sys/i386/i386/locore.s
+++ b/sys/i386/i386/locore.s
@@ -908,10 +908,10 @@ no_kernend:
fillkpt(R(IdlePTD), $PG_RW)
/*
- * For the non-PSE case, install PDEs for PTs covering the kernel.
+ * For the non-PSE case, install PDEs for PTs covering the KVA.
* For the PSE case, do the same, but clobber the ones corresponding
- * to the kernel (from btext to KERNend) with 4M ('PS') PDEs immediately
- * after.
+ * to the kernel (from btext to KERNend) with 4M (2M for PAE) ('PS')
+ * PDEs immediately after.
*/
movl R(KPTphys), %eax
movl $KPTDI, %ebx
OpenPOWER on IntegriCloud