275a276,277
> if (req->isPrefetch())
> fault = NoFault;
317a320,323
> if (req1->isPrefetch())
> fault1 = NoFault;
> if (req2->isPrefetch())
> fault2 = NoFault;
362a369,370
> // fault may be NoFault in cases where a fault is suppressed,
> // for instance prefetches.