Add a comment to the effect that fictitious pages do not require the
initialization of their machine-dependent fields.
This commit is contained in:
parent
fe2f7b3b0d
commit
25f2e1c8cc
@ -283,6 +283,10 @@ dev_pager_haspage(object, pindex, before, after)
|
||||
return (TRUE);
|
||||
}
|
||||
|
||||
/*
|
||||
* Instantiate a fictitious page. Unlike physical memory pages, only
|
||||
* the machine-independent fields must be initialized.
|
||||
*/
|
||||
static vm_page_t
|
||||
dev_pager_getfake(paddr)
|
||||
vm_paddr_t paddr;
|
||||
|
Loading…
Reference in New Issue
Block a user