2c2
< * Copyright (c) 2011 ARM Limited
---
> * Copyright (c) 2011-2012 ARM Limited
116a117,119
> /** Is the CPU switched out or active? */
> bool _switchedOut;
>
323a327,333
> * Determine if the CPU is switched out.
> *
> * @return True if the CPU is switched out, false otherwise.
> */
> bool switchedOut() const { return _switchedOut; }
>
> /**