summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDaniel R. Carvalho <odanrc@yahoo.com.br>2019-09-05 14:45:52 +0200
committerDaniel Carvalho <odanrc@yahoo.com.br>2019-09-30 21:00:49 +0000
commit32a7c0f51f9a3bb8e9cc297466b67d0caa1fe9ca (patch)
tree34a30b8e950d7603478db7a792169db528005bf9 /configs
parent7cb5a3210ecf039be58d639e7cae5bed45b20c2b (diff)
downloadgem5-32a7c0f51f9a3bb8e9cc297466b67d0caa1fe9ca.tar.xz
configs: Remove is_atomic_cpu check
Commit 224f2d50a9873d054f486d7661d947db76f4cf68 removed all instances of is_atomic_cpu. Change-Id: I1101fbdbc16dc5d093ab87d3817308176559a548 Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/20659 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/common/CpuConfig.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/common/CpuConfig.py b/configs/common/CpuConfig.py
index 831287ddc..0228148d5 100644
--- a/configs/common/CpuConfig.py
+++ b/configs/common/CpuConfig.py
@@ -70,7 +70,6 @@ def _cpu_subclass_tester(name):
return tester
is_kvm_cpu = _cpu_subclass_tester("BaseKvmCPU")
-is_atomic_cpu = _cpu_subclass_tester("AtomicSimpleCPU")
is_noncaching_cpu = _cpu_subclass_tester("NonCachingSimpleCPU")
def get(name):