2c2
< * Copyright (c) 2011-2013 ARM Limited
---
> * Copyright (c) 2011-2013, 2017 ARM Limited
309a310,314
> // Functions to deschedule and reschedule the events to enter the
> // power gating sleep before and after checkpoiting respectively.
> void deschedulePowerGatingEvent();
> void schedulePowerGatingEvent();
>
585a591,595
> // Enables CPU to enter power gating on a configurable cycle count
> protected:
> const Cycles pwrGatingLatency;
> void enterPwrGating();
> EventFunctionWrapper enterPwrGatingEvent;