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
2f60aac277
commit
53e95f1eb2
@ -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…
x
Reference in New Issue
Block a user