python: Remove redundant drain when changing memory modes
authorAndreas Sandberg <andreas.sandberg@arm.com>
Tue, 7 Jul 2015 08:51:04 +0000 (09:51 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Tue, 7 Jul 2015 08:51:04 +0000 (09:51 +0100)
commit1dc5e63b889647a153f01351f560a3beaa41f293
treef74fd20466d225b2b94d8f6cac2ac24f396c3079
parent7773cb9565a64bbd39db64e601a447eb4682d668
python: Remove redundant drain when changing memory modes

When the Python helper code switches CPU models, it sometimes also
needs to change the memory mode of the simulator. When this happens,
it accidentally tried to drain the simulator despite having done so
already. This changeset removes the redundant drain.
src/python/m5/simulate.py