358c358
< DefaultIEW<Impl>::switchOut()
---
> DefaultIEW<Impl>::drain()
360,361c360,361
< // IEW is ready to switch out at any time.
< cpu->signalSwitched();
---
> // IEW is ready to drain at any time.
> cpu->signalDrained();
366c366
< DefaultIEW<Impl>::doSwitchOut()
---
> DefaultIEW<Impl>::resume()
367a368,373
> }
>
> template <class Impl>
> void
> DefaultIEW<Impl>::switchOut()
> {