update
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 8 Apr 2008 05:01:44 +0000 (05:01 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 8 Apr 2008 05:01:44 +0000 (05:01 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2874 04897980-b3bd-0310-b5e0-8ef037075253

markers-test/runtest.sh

index 2fcf4d9d4ba9b62ef7f18a73824ce4267701c1f1..d2620ef6372a6fc1c20e2275932ed6727eeb3e38 100644 (file)
@@ -41,10 +41,9 @@ rmmod test-mark-speed-local
 RESNOPLOCAL=`dmesg |grep "cycles : " |tail -n 10 |sed 's/^\[.*\] //'| sed 's/cycles : \(.*\)$/\1/'`
 
 
-#make clean
-#make EXTRA_CFLAGS=-DCACHEFLUSH
+make clean
+make EXTRA_CFLAGS=-DCACHEFLUSH
 
-insmod cachectl.ko
 
 insmod test-mark-speed-empty.ko
 cat /proc/testmark
@@ -81,8 +80,6 @@ rmmod test-mark-speed-local
 RESNOPLOCALFL=`dmesg |grep "cycles : " |tail -n 10 |sed 's/^\[.*\] //'| sed 's/cycles : \(.*\)$/\1/'`
 
 
-rmmod cachectl
-
 
 echo "Results in cycles per loop"
 
This page took 0.023955 seconds and 4 git commands to generate.