O3CPU: Fix thread writeback logic.
authorKevin Lim <ktlim@umich.edu>
Fri, 26 Sep 2008 14:44:07 +0000 (07:44 -0700)
committerKevin Lim <ktlim@umich.edu>
Fri, 26 Sep 2008 14:44:07 +0000 (07:44 -0700)
commitb7849032072ed7e93979d625cade3b384aa19948
treecf8f9578c9cc9b77cd99606875a366f1f303dad9
parent712a8ee70090abc8c8c0fdb4a907e3ec419ae56e
O3CPU: Fix thread writeback logic.
Fix the logic in the LSQ that determines if there are any stores to
write back. In the commit stage, check for thread specific writebacks
instead of just any writeback.
src/cpu/o3/commit_impl.hh
src/cpu/o3/iew.hh
src/cpu/o3/lsq_impl.hh