cpu: Fix a bug in the O3 CPU introduced by the cache line patch
authorAndreas Hansson <andreas.hansson@arm.com>
Mon, 19 Aug 2013 07:52:24 +0000 (03:52 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Mon, 19 Aug 2013 07:52:24 +0000 (03:52 -0400)
commit9b2effd9e2d30c5e2a72bfe78214cd88689d89d9
tree686c4d7fc155f4c69605d77e056a2e91af99d818
parentcf56619b0ce0f6dc4cf3ee8af57533c169fb0123
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.
src/cpu/o3/fetch_impl.hh