diff -r 8ce21a3abbfe -r c07d38d76f64 src/cpu/o3/fetch_impl.hh --- a/src/cpu/o3/fetch_impl.hh Mon Feb 25 12:59:12 2013 -0500 +++ b/src/cpu/o3/fetch_impl.hh Mon Feb 25 12:59:26 2013 -0500 @@ -1048,7 +1048,8 @@ if (checkStall(tid) && fetchStatus[tid] != IcacheWaitResponse && - fetchStatus[tid] != IcacheWaitRetry) { + fetchStatus[tid] != IcacheWaitRetry && + fetchStatus[tid] != ItlbWait) { DPRINTF(Fetch, "[tid:%i]: Setting to blocked\n",tid); fetchStatus[tid] = Blocked;