test
[lttv.git] / 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.022393 seconds and 4 git commands to generate.