From 522e59840f2d3c44d7d95ebc44b44abebb1212c9 Mon Sep 17 00:00:00 2001 From: Kevin Lim Date: Thu, 26 Apr 2007 00:10:06 -0400 Subject: [PATCH] Fix mutex test script for latest disk image. --HG-- extra : convert_revision : 1b0a251046674db1be8c9a2c026ff8c17f9cea06 --- configs/boot/mutex-test.rcS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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