2c2
< * Copyright (c) 2012-2013, 2015-2016 ARM Limited
---
> * Copyright (c) 2012-2013, 2015-2016, 2018 ARM Limited
109a110,118
> * Adds a delay to the provided MSHR and moves MSHRs that will be
> * ready earlier than this entry to the top of the list
> *
> * @param mshr that needs to be delayed
> * @param delay_ticks ticks of the desired delay
> */
> void delay(MSHR *mshr, Tick delay_ticks);
>
> /**