summaryrefslogtreecommitdiff
path: root/configs/common/CpuConfig.py
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2015-01-20 08:12:45 -0500
committerAndreas Hansson <andreas.hansson@arm.com>2015-01-20 08:12:45 -0500
commit3cb9c361e2ad567f821f1377de77035a16390be1 (patch)
tree86fedcbbab03bd5aac665ca610331a1f9e792b50 /configs/common/CpuConfig.py
parentde162ad96886cc78bd9c0fdb3417f8d8047f643b (diff)
downloadgem5-3cb9c361e2ad567f821f1377de77035a16390be1.tar.xz
scons: Do not build the InOrderCPU
One step closer to shifting focus to the MinorCPU.
Diffstat (limited to 'configs/common/CpuConfig.py')
-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 c2663ee98..f30e28246 100644
--- a/configs/common/CpuConfig.py
+++ b/configs/common/CpuConfig.py
@@ -50,7 +50,6 @@ _cpu_classes = {}
_cpu_aliases_all = [
("timing", "TimingSimpleCPU"),
("atomic", "AtomicSimpleCPU"),
- ("inorder", "InOrderCPU"),
("minor", "MinorCPU"),
("detailed", "DerivO3CPU"),
("kvm", ("ArmKvmCPU", "X86KvmCPU")),