From: Daniel R. Carvalho Date: Thu, 5 Sep 2019 12:45:52 +0000 (+0200) Subject: configs: Remove is_atomic_cpu check X-Git-Tag: v19.0.0.0~501 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=32a7c0f51f9a3bb8e9cc297466b67d0caa1fe9ca;p=gem5.git configs: Remove is_atomic_cpu check Commit 224f2d50a9873d054f486d7661d947db76f4cf68 removed all instances of is_atomic_cpu. Change-Id: I1101fbdbc16dc5d093ab87d3817308176559a548 Signed-off-by: Daniel R. Carvalho Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/20659 Tested-by: kokoro Reviewed-by: Andreas Sandberg Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power --- 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):