[*] Switch C0.2 and C0.1 powerstates around
This commit is contained in:
parent
f948c3423c
commit
459a9a789b
@ -429,7 +429,7 @@ namespace Aurora::Threading::Primitives
|
||||
}
|
||||
else
|
||||
{
|
||||
_umwait(/*0*/ /*1*/ bSMTProbablyHit ? 1 : 0, __rdtsc() + uCount);
|
||||
_umwait(/*0*/ /*1*/ bSMTProbablyHit ? 0 : 1, __rdtsc() + uCount);
|
||||
bRet = callback();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user