diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2014-12-23 09:31:18 -0500 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2014-12-23 09:31:18 -0500 |
commit | 2f7baf9dbe7fd2cd716885adacf508a5b89e9eb8 (patch) | |
tree | 7e758a6d628f67c5407aba0d3d9bca142e3da5c7 /src/mem/abstract_mem.cc | |
parent | 381d1da79147fbe8ae62ab4886446bdd7b3c478f (diff) | |
download | gem5-2f7baf9dbe7fd2cd716885adacf508a5b89e9eb8.tar.xz |
mem: Ensure DRAM controller is idle when in atomic mode
This patch addresses an issue seen with the KVM CPU where the refresh
events scheduled by the DRAM controller forces the simulator to switch
out of the KVM mode, thus killing performance.
The current patch works around the fact that we currently have no
proper API to inform a SimObject of the mode switches. Instead we rely
on drainResume being called after any switch, and cache the previous
mode locally to be able to decide on appropriate actions.
The switcheroo regression require a minor stats bump as a result.
Diffstat (limited to 'src/mem/abstract_mem.cc')
0 files changed, 0 insertions, 0 deletions