373a374,376
> // in the case of an uncacheable request there is no need
> // to set the exclusive flag, but since the recipient does
> // not care there is no harm in doing so
383c386
< if (!pkt->needsExclusive()) {
---
> if (!pkt->needsExclusive() && !pkt->req->isUncacheable()) {