2c2
< * Copyright (c) 2010-2012 ARM Limited
---
> * Copyright (c) 2010-2013 ARM Limited
378a379,386
> // Also check the FU pool as instructions are "stored" in FU
> // completion events until they are done and not accounted for
> // above
> if (drained && !fuPool->isDrained()) {
> DPRINTF(Drain, "FU pool still busy.\n");
> drained = false;
> }
>
390d397
< fuPool->drainSanityCheck();