Add temporary fallback for BeginStandbyList insertion
This commit is contained in:
@@ -210,6 +210,9 @@ MM::Pfn::DecrementReferenceCount(IN PMMPFN PageFrameNumber,
|
||||
if(BeginStandbyList)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
|
||||
/* Temporarily link clean page to the end of the standby list */
|
||||
LinkPage(&StandbyPagesList, PageFrameIndex);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user