cpu: Only iterate over possible threads on the o3 cpu
authorMitch Hayenga <mitch.hayenga@arm.com>
Tue, 9 Sep 2014 08:36:34 +0000 (04:36 -0400)
committerMitch Hayenga <mitch.hayenga@arm.com>
Tue, 9 Sep 2014 08:36:34 +0000 (04:36 -0400)
commitcd1bd7572aeb49f55ea9071a73ba1e322fb2487b
tree357bb0d56ac3b5142117d25131952988257d143a
parent9a595fac74a0ac1c169f24f3156a922cd5c46a4b
cpu: Only iterate over possible threads on the o3 cpu

Some places in O3 always iterated over "Impl::MaxThreads" even if a CPU had
fewer threads.  This removes a few of those instances.
src/cpu/o3/fetch_impl.hh