Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
HardenedBSD
Commits
caf5c1e8
Commit
caf5c1e8
authored
Aug 14, 2015
by
kib
Browse files
Comment only change, fix grammar and somewhat clarify the action.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
parent
3372239b
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/x86/iommu/intel_idpgtbl.c
View file @
caf5c1e8
...
...
@@ -374,8 +374,9 @@ domain_pgtbl_map_pte(struct dmar_domain *domain, dmar_gaddr_t base, int lvl,
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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment