Merge with head.
[gem5.git] / tests / long / 10.mcf / test.py
index f545aad3d86887d55116c19e72fc6a85e731afd4..cb8acff22dad96f982e6a33c770b8b9be67fca1b 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 mcf
 
-workload = mcf('alpha', 'tru64', 'lgred')
+workload = mcf(isa, opsys, 'smred')
 root.system.cpu.workload = workload.makeLiveProcess()