Review Board 2.0.15


cpu: Fix a bug in the O3 CPU introduced by the cache line patch

Review Request #1964 - Created Aug. 7, 2013 and submitted - Latest diff uploaded

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 9818:c361a85085a6
---------------------------
cpu: Fix a bug in the O3 CPU introduced by the cache line patch

This patch fixes a bug in the O3 fetch stage that was introduced when
the cache line size was moved to the system. By mistake, the
initialisation and resetting of the fetch stage was merged and put in
the constructor. The resetting is now re-added where it should be.
switcheroo is back to normal