821a822,827
>
> // If the CPU isn't doing anything, then return immediately.
> if (_status == Idle || _status == SwitchedOut) {
> return 0;
> }
>