Fix bugs around uni-coherence invalidates being propogated properly.
authorRon Dreslinski <rdreslin@umich.edu>
Tue, 14 Nov 2006 22:15:05 +0000 (17:15 -0500)
committerRon Dreslinski <rdreslin@umich.edu>
Tue, 14 Nov 2006 22:15:05 +0000 (17:15 -0500)
commitc32f3056f9e513f5efff5eec2210ba7c6dcbc67e
treee4de6df34dcc8c4c32f8e2429592ca8b3e039888
parent8155e61a601a37fb210a7676ba500014a7b5d054
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.

--HG--
extra : convert_revision : 18766bc9f3bb4d852ac651d094254d347abd1634
src/mem/bus.cc
src/mem/packet.hh