Remove temporary hack and allocate processor structures from non-paged pool
This commit is contained in:
@@ -17,9 +17,6 @@ namespace MM
|
||||
{
|
||||
class KernelPool
|
||||
{
|
||||
private:
|
||||
STATIC UCHAR ProcessorStructuresData[MAXIMUM_PROCESSORS][KPROCESSOR_STRUCTURES_SIZE];
|
||||
|
||||
public:
|
||||
STATIC XTAPI XTSTATUS AllocateKernelStack(OUT PVOID *Stack,
|
||||
IN ULONG StackSize);
|
||||
|
||||
Reference in New Issue
Block a user