cpu: o3: remove member variable squashCounter
authorNilay Vaish <nilay@cs.wisc.edu>
Mon, 9 Mar 2015 14:39:07 +0000 (09:39 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Mon, 9 Mar 2015 14:39:07 +0000 (09:39 -0500)
commit61edd5ac97147ec4510fee8d68b2bc1780cbd5d0
tree04dbd9cd55bba95ce8d36a7c9c8435f948d5611e
parentf69a74fda63860c795e22c5dcd739a559cf95b5d
cpu: o3: remove member variable squashCounter
The variable is used in only one place and a whole new function setNextStatus()
has been defined just to compute the value of the variable.  Instead of calling
the function, the value is now computed in the loop that preceded the function
call.
src/cpu/o3/commit.hh
src/cpu/o3/commit_impl.hh