109,110d108
< DPRINTF(CachePort, "Cache port %s sending retry\n", name());
< mustSendRetry = false;
115a114,117
> void
> BaseCache::CacheSlavePort::processSendRetry()
> {
> DPRINTF(CachePort, "Cache port %s sending retry\n", name());
116a119,123
> // reset the flag and call retry
> mustSendRetry = false;
> sendRetry();
> }
>