cpu: Remove incorrect branch predictor drain checks
Review Request #1692 - Created Feb. 6, 2013 and updated
| Information | |
|---|---|
| Andreas Sandberg | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9494:f490aefa53d3 --------------------------- cpu: Remove incorrect branch predictor drain checks The branch predictor unit incorrectly checked that the prediction history was empty when the system is drained. This is an incorrect assumption since the predictor isn't affected by a drain.
Compiles. The ARM realview-switcheroo-full test case works.
Ship It!
