commit | 488280e48b5f227b2eb35df5d6daba2ae94a1de6 | [log] [tgz] |
---|---|---|
author | Nilay Vaish <nilay@cs.wisc.edu> | Tue Feb 08 07:47:02 2011 -0600 |
committer | Nilay Vaish <nilay@cs.wisc.edu> | Tue Feb 08 07:47:02 2011 -0600 |
tree | f2b4cd0d17835b0e36aa69507a78d981304fbaaf | |
parent | 0851580aada37c8e1b1d2b695100fbcfaf4e0946 [diff] |
MESI CMP: Unset TBE pointer in L2 cache controller The TBE pointer in the MESI CMP implementation was not being set to NULL when the TBE is deallocated. This resulted in segmentation fault on testing the protocol when the ProtocolTrace was switched on.