Searched hist:3665 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/mem/
H A Dpacket.hhdiff 3665:307a21253be8 Tue Nov 14 17:15:00 EST 2006 Ron Dreslinski <rdreslin@umich.edu> Fix bugs around uni-coherence invalidates being propogated properly.

src/mem/bus.cc:
Make it so that invalidates being sent from the responder up don't call the responder
but they should also not Panic.
src/mem/packet.hh:
If we don't have data in the packet, don't call deleteData:
Example: InvalidateRequests never have data.

Completed in 43 milliseconds