gpu-compute, mem-ruby, configs: Add GCN3 ISA support to GPU model
[gem5.git] / util / git-commit-msg.py
index 92e8100be3f79c451d5830738c2d767108d7cec3..500c5c71d5000d3884df7609ad23bdeb83abb564 100755 (executable)
@@ -88,13 +88,13 @@ def _validateTags(commit_header):
     # @todo this is error prone, and should be extracted automatically from
     #       a file
 
-    valid_tags = ["arch", "arch-alpha", "arch-arm", "arch-gcn3", "arch-hsail",
+    valid_tags = ["arch", "arch-arm", "arch-gcn3", "arch-hsail",
         "arch-mips", "arch-power", "arch-riscv", "arch-sparc", "arch-x86",
         "base", "configs", "cpu", "cpu-kvm", "cpu-minor", "cpu-o3",
         "cpu-simple", "dev", "dev-arm", "dev-virtio", "ext", "fastmodel",
         "gpu-compute", "learning-gem5", "mem", "mem-cache", "mem-garnet",
         "mem-ruby", "misc", "python", "scons", "sim", "sim-se", "sim-power",
-        "stats", "system", "system-alpha", "system-arm", "systemc", "tests",
+        "stats", "system", "system-arm", "systemc", "tests",
         "util", "RFC", "WIP"]
 
     tags = ''.join(commit_header.split(':')[0].split()).split(',')