X86: Update the regressions for the fact that rdtsc does something now.
[gem5.git] / tests / long / 20.parser / test.py
index 8703ae63426acc6a475f01cf9332113135566fb2..8e745ec262aec4580d3c9a91239c9eb662a6736c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006 The Regents of The University of Michigan
+# Copyright (c) 2006-2007 The Regents of The University of Michigan
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -29,5 +29,5 @@
 m5.AddToPath('../configs/common')
 from cpu2000 import parser
 
-workload = parser('alpha', 'tru64', 'lgred')
+workload = parser(isa, opsys, 'mdred')
 root.system.cpu.workload = workload.makeLiveProcess()