2c2
< * Copyright (c) 2012-2013 ARM Limited
---
> * Copyright (c) 2012-2013, 2016 ARM Limited
59a60,61
> progressCheck(p->progress_check),
> noProgressEvent(this),
181a184,186
> // shift our progress-tracking event forward
> reschedule(noProgressEvent, curTick() + progressCheck, true);
>
514a520,526
> TrafficGen::noProgress()
> {
> fatal("TrafficGen %s spent %llu ticks without making progress",
> name(), progressCheck);
> }
>
> void