2c2
< * Copyright (c) 2010-2012 ARM Limited
---
> * Copyright (c) 2010-2012, 2014 ARM Limited
183a184,189
> /** Moves memory instruction onto the list of cache blocked instructions */
> void blockMemInst(DynInstPtr &inst);
>
> /** Notifies that the cache has become unblocked */
> void cacheUnblocked();
>
236,240d241
< /** Sends commit proper information for a squash due to memory becoming
< * blocked (younger issued instructions must be retried).
< */
< void squashDueToMemBlocked(DynInstPtr &inst, ThreadID tid);
<