Merge zizzer:/n/wexford/x/gblack/m5/newmem_bus
into zazzer.eecs.umich.edu:/z/rdreslin/m5bk/newmemcleanest --HG-- extra : convert_revision : 70187b8f04d0f8424512f64bdade05bf1aca85a3
This commit is contained in:
commit
4e35c5656f
1 changed files with 2 additions and 2 deletions
|
@ -206,8 +206,8 @@ void
|
||||||
Bus::recvRetry(int id)
|
Bus::recvRetry(int id)
|
||||||
{
|
{
|
||||||
DPRINTF(Bus, "Received a retry\n");
|
DPRINTF(Bus, "Received a retry\n");
|
||||||
// If there's anything waiting...
|
// If there's anything waiting, and the bus isn't busy...
|
||||||
if (retryList.size()) {
|
if (retryList.size() && curTick >= tickNextIdle) {
|
||||||
//retryingPort = retryList.front();
|
//retryingPort = retryList.front();
|
||||||
inRetry = true;
|
inRetry = true;
|
||||||
DPRINTF(Bus, "Sending a retry\n");
|
DPRINTF(Bus, "Sending a retry\n");
|
||||||
|
|
Loading…
Reference in a new issue