Commit 5fd79c32 authored by Etaash Mathamsetty's avatar Etaash Mathamsetty Committed by Alexandre Julliard

ntoskrnl.exe: Use KeQueryMaximumProcessorCountEx for KeQueryMaximumProcessorCount.

parent 57927858
......@@ -3437,7 +3437,7 @@ ULONG WINAPI KeQueryMaximumProcessorCountEx(USHORT group_number)
*/
ULONG WINAPI KeQueryMaximumProcessorCount(void)
{
return KeQueryActiveProcessorCountEx(ALL_PROCESSOR_GROUPS);
return KeQueryMaximumProcessorCountEx(0);
}
/***********************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment