test
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 29 May 2006 13:42:51 +0000 (13:42 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 29 May 2006 13:42:51 +0000 (13:42 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1867 04897980-b3bd-0310-b5e0-8ef037075253

tests/kernel/test-cmpxchg.c

index 16d56a519bac82cd563dea59c424650653c79692..77eafaf084ffdaf95e113fd53f17aadde7149519 100644 (file)
@@ -10,7 +10,8 @@
 #include <linux/init.h>
 #include <linux/module.h>
 
-#define NR_LOOPS 2000
+#define NR_LOOPS 20000
+
 
 volatile int test_val = 100;
 
This page took 0.024198 seconds and 4 git commands to generate.