Regressions: Make mcf have 256MB which it needs for 64 bit builds.
authorGabe Black <gblack@eecs.umich.edu>
Thu, 11 Oct 2007 00:12:40 +0000 (17:12 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 11 Oct 2007 00:12:40 +0000 (17:12 -0700)
--HG--
extra : convert_revision : 42851d60a4c1e709d79bbd3187227b6e220a253e

tests/long/10.mcf/test.py

index cb8acff22dad96f982e6a33c770b8b9be67fca1b..c4ffb248ad85730b79055a0a537007081c1a946a 100644 (file)
@@ -31,3 +31,4 @@ from cpu2000 import mcf
 
 workload = mcf(isa, opsys, 'smred')
 root.system.cpu.workload = workload.makeLiveProcess()
+root.system.physmem.range=AddrRange('256MB')