Review Board 2.0.15


cpu: o3: remove member variable squashCounter

Review Request #2674 - Created Feb. 28, 2015 and submitted

Information
Nilay Vaish
gem5
default
Reviewers
Default
Changeset 10709:e490e8f78f64
---------------------------
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.

   
Review request changed
Updated (March 9, 2015, 7:44 a.m.)

Status: Closed (submitted)