239a240,247
> // ruby doesn't support cache maintenance operations at the
> // moment, as a workaround, we respond right away
> if (pkt->req->isCacheMaintenance()) {
> warn_once("Cache maintenance operations are not supported in Ruby.\n");
> pkt->makeResponse();
> schedTimingResp(pkt, curTick());
> return true;
> }