Remove temporary hack and allocate processor structures from non-paged pool
This commit is contained in:
committed by
CodingWorkshop Signing Team
parent
4015b4b2f3
commit
579ac1d90e
@@ -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