234,235c234,236
< if (pkt->memInhibitAsserted())
< panic("RubyPort should never see an inhibited request\n");
---
> if (pkt->cacheResponding())
> panic("RubyPort should never see request with the "
> "cacheResponding flag set\n");