diff options
author | Andreas Sandberg <andreas.sandberg@arm.com> | 2015-07-31 17:04:59 +0100 |
---|---|---|
committer | Andreas Sandberg <andreas.sandberg@arm.com> | 2015-07-31 17:04:59 +0100 |
commit | f73b05431a55e25d831c4bc8847f99f39a8d6b7d (patch) | |
tree | 4bd49a3accd6077e41ec87107cddcbed16ffe38c /src/cpu/pred/bi_mode.hh | |
parent | c50e4290015e9be52206e021fabb4c44a3d9afe1 (diff) | |
download | gem5-f73b05431a55e25d831c4bc8847f99f39a8d6b7d.tar.xz |
cpu: Fix Minor drain issues when switched out
The Minor CPU currently doesn't drain properly when it is switched
out. This happens because Fetch 1 expects to be in the FetchHalted
state when it is drained. However, because the CPU is switched out, it
is stuck in the FetchWaitingForPC state. Fix this by ignoring drain
requests and returning DrainState::Drained from MinorCPU::drain() if
the CPU is switched out. This is always safe since a switched out CPU,
by definition, doesn't have any instructions in flight.
Diffstat (limited to 'src/cpu/pred/bi_mode.hh')
0 files changed, 0 insertions, 0 deletions