Preallocate buffer for all supported CPUs

This commit is contained in:
2024-05-07 23:47:58 +02:00
parent b65ff2a767
commit fb099a1988
2 changed files with 2 additions and 2 deletions

View File

@@ -61,6 +61,6 @@ EXTERN LOADER_MEMORY_MAPPING MmOldFreeDescriptor;
EXTERN ULONG MmPageMapLevel;
/* Processor structures data (THIS IS A TEMPORARY HACK) */
EXTERN UCHAR MmProcessorStructuresData[MAXIMUM_PROCESSORS - 1][KPROCESSOR_STRUCTURES_SIZE];
EXTERN UCHAR MmProcessorStructuresData[MAXIMUM_PROCESSORS][KPROCESSOR_STRUCTURES_SIZE];
#endif /* __XTOSKRNL_GLOBALS_H */