Use non-paged pool as temporary fallback for paged pool allocations
This commit is contained in:
@@ -203,8 +203,8 @@ MM::Allocator::AllocatePagedPoolPages(IN PFN_COUNT Pages,
|
|||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
|
|
||||||
/* Return not implemented status code */
|
/* Temporarily fall back to non-paged pool */
|
||||||
return STATUS_NOT_IMPLEMENTED;
|
return AllocateNonPagedPoolPages(Pages, Memory);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user