alpha: Stop using 'inorder' and rely entirely on 'minor'

This patch avoids building the 'inorder' CPU model for any permutation
of ALPHA, and also removes the ALPHA regressions using the 'inorder'
CPU. The 'minor' CPU is already providing a broader test coverage.
This commit is contained in:
Andreas Hansson
2014-09-03 07:42:56 -04:00
parent 83a46bfc09
commit 351e146b37
37 changed files with 6 additions and 6387 deletions

View File

@@ -307,7 +307,6 @@ if env['TARGET_ISA'] == 'alpha':
'twosys-tsunami-simple-atomic',
'tsunami-o3', 'tsunami-o3-dual',
'tsunami-minor', 'tsunami-minor-dual',
'tsunami-inorder',
'tsunami-switcheroo-full']
if env['TARGET_ISA'] == 'sparc':
configs += ['t1000-simple-atomic',