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

initialization of their machine-dependent fields.
This commit is contained in:
Alan Cox 2005-06-10 17:27:54 +00:00
parent fe2f7b3b0d
commit 25f2e1c8cc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147262

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;