Add a comment to the effect that fictitious pages do not require the

initialization of their machine-dependent fields.
This commit is contained in:
alc 2005-06-10 17:27:54 +00:00
parent 2f60aac277
commit 53e95f1eb2

View File

@ -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;