Review Board 2.0.15


cpu: Move the branch predictor out of the BaseCPU

Review Request #1976 - Created Aug. 19, 2013 and submitted

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 9845:73704b98a61d
---------------------------
cpu: Move the branch predictor out of the BaseCPU

The branch predictor is guarded by having either the in-order or
out-of-order CPU as one of the available CPU models and therefore
should not be used in the BaseCPU. This patch moves the parameter to
the relevant CPU classes.
All regressions pass
Review request changed
Updated (Sept. 4, 2013, 10:28 a.m.)

Status: Closed (submitted)