198a199,202
> bool isSWPrefetch() const { return testCmdAttrib(IsSWPrefetch); }
> bool isHWPrefetch() const { return testCmdAttrib(IsHWPrefetch); }
> bool isPrefetch() const { return testCmdAttrib(IsSWPrefetch) ||
> testCmdAttrib(IsHWPrefetch); }
679a684,685
> } else if (req->isPrefetch()) {
> cmd = MemCmd::SoftPFReq;