Tweak the comment about mapping a kernel using large pages.

This commit is contained in:
Ruslan Ermilov 2006-11-25 23:00:46 +00:00
parent f0bab87823
commit ca0fa71fde

View File

@ -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