Remove temporary hack and allocate processor structures from non-paged pool

This commit is contained in:
2026-03-22 23:40:15 +01:00
parent caacd9e275
commit b97babb2bf
3 changed files with 8 additions and 11 deletions

View File

@@ -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);