- Fix queue index (actually do what comment in the code says). Spotted by Alex.

svn path=/trunk/; revision=40261
This commit is contained in:
Aleksey Bragin 2009-03-27 12:03:29 +00:00
parent 48301f631c
commit 6971703e7b

View file

@ -121,7 +121,7 @@ KiScanReadyQueues(IN PKDPC Dpc,
else
{
/* Set the index we're in now */
Prcb->QueueIndex = 0;
Prcb->QueueIndex = Index;
}
/* Increment the CPU number for next time and normalize to CPU count */