diff --git a/dlls/ntoskrnl.exe/ntoskrnl.c b/dlls/ntoskrnl.exe/ntoskrnl.c index 66c39996d59..ce92f6805ab 100644 --- a/dlls/ntoskrnl.exe/ntoskrnl.c +++ b/dlls/ntoskrnl.exe/ntoskrnl.c @@ -3437,7 +3437,7 @@ ULONG WINAPI KeQueryMaximumProcessorCountEx(USHORT group_number) */ ULONG WINAPI KeQueryMaximumProcessorCount(void) { - return KeQueryActiveProcessorCountEx(ALL_PROCESSOR_GROUPS); + return KeQueryMaximumProcessorCountEx(0); } /***********************************************************************