diff options
author | Kevin Lim <ktlim@umich.edu> | 2007-04-26 00:10:06 -0400 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2007-04-26 00:10:06 -0400 |
commit | 522e59840f2d3c44d7d95ebc44b44abebb1212c9 (patch) | |
tree | 0db489b2d256aac1c5936cef28d27a8400ac13dd /configs | |
parent | 092951e2b1daab7049608b35b723f318d2fac948 (diff) | |
download | gem5-522e59840f2d3c44d7d95ebc44b44abebb1212c9.tar.xz |
Fix mutex test script for latest disk image.
--HG--
extra : convert_revision : 1b0a251046674db1be8c9a2c026ff8c17f9cea06
Diffstat (limited to 'configs')
-rw-r--r-- | configs/boot/mutex-test.rcS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/boot/mutex-test.rcS b/configs/boot/mutex-test.rcS index acf875368..798986c02 100644 --- a/configs/boot/mutex-test.rcS +++ b/configs/boot/mutex-test.rcS @@ -1,6 +1,6 @@ #!/bin/sh -cd /benchmarks/tests +cd /benchmarks /sbin/m5 resetstats ./pthread_mutex_test 4 10000 /sbin/m5 exit |