diff options
author | Ron Dreslinski <rdreslin@umich.edu> | 2006-10-13 15:47:35 -0400 |
---|---|---|
committer | Ron Dreslinski <rdreslin@umich.edu> | 2006-10-13 15:47:35 -0400 |
commit | 1871495b8d16acdd0173be0acbff328c8fe97ea0 (patch) | |
tree | c0d881f14729f35483b6e687642e337828d4e1a9 /src/mem/cache/coherence/uni_coherence.hh | |
parent | ca4063ac00202b80e11312be62abbe4283cfae7b (diff) | |
parent | a17afb1649e26c248dc4a61e4a0ef6671785e992 (diff) | |
download | gem5-1871495b8d16acdd0173be0acbff328c8fe97ea0.tar.xz |
Merge zizzer:/bk/newmem
into zazzer.eecs.umich.edu:/z/rdreslin/m5bk/newmemcleanest
--HG--
extra : convert_revision : f62790e46a7e3eb88a6f8c7bfaa08526285248a3
Diffstat (limited to 'src/mem/cache/coherence/uni_coherence.hh')
-rw-r--r-- | src/mem/cache/coherence/uni_coherence.hh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mem/cache/coherence/uni_coherence.hh b/src/mem/cache/coherence/uni_coherence.hh index 27b6c7fb5..60da7a36e 100644 --- a/src/mem/cache/coherence/uni_coherence.hh +++ b/src/mem/cache/coherence/uni_coherence.hh @@ -108,6 +108,7 @@ class UniCoherence else return BlkValid | BlkWritable; } + /** * Return outstanding invalidate to forward. * @return The next invalidate to forward to lower levels of cache. @@ -115,6 +116,13 @@ class UniCoherence Packet * getPacket(); /** + * Was the CSHR request was sent successfully? + * @param pkt The request. + * @param success True if the request was sent successfully. + */ + void sendResult(Packet * &pkt, MSHR* cshr, bool success); + + /** * Handle snooped bus requests. * @param pkt The snooped bus request. * @param blk The cache block corresponding to the request, if any. |