Comment only change, fix grammar and somewhat clarify the action.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2015-08-14 13:51:59 +00:00
parent d8928f479b
commit 0a44024a4e

View File

@ -374,8 +374,9 @@ retry:
KASSERT(lvl > 0,
("lost root page table page %p", domain));
/*
* Page table page does not exists, allocate
* it and create pte in the up level.
* Page table page does not exist, allocate
* it and create a pte in the preceeding page level
* to reference the allocated page table page.
*/
m = dmar_pgalloc(domain->pgtbl_obj, idx, flags |
DMAR_PGF_ZERO);