Comment only change, fix grammar and somewhat clarify the action.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
d8928f479b
commit
0a44024a4e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user