213,215c213
< * - MSHR allocateMissBuffer (cacheable miss in MSHR queue);
< * - MSHR allocateUncachedReadBuffer (unchached read allocated in MSHR
< * queue)
---
> * - MSHR allocateMissBuffer (miss in MSHR queue);
504d501
< assert(!pkt->req->isUncacheable());
518,526d514
< MSHR *allocateUncachedReadBuffer(PacketPtr pkt, Tick time, bool requestBus)
< {
< assert(pkt->req->isUncacheable());
< assert(pkt->isRead());
< return allocateBufferInternal(&mshrQueue,
< blockAlign(pkt->getAddr()), blkSize,
< pkt, time, requestBus);
< }
<