create directories branches, tags, trunk
[lttv.git] / tests / kernel / test-cmpxchg-nolock.c
index 5f3d798138751559c18b25c1de78807c35c68705..3a6cc8cdd2029e4c32ef000d79ef31dea3da5120 100644 (file)
@@ -4,13 +4,12 @@
  */
 
 
-#include <linux/config.h>
 #include <linux/jiffies.h>
 #include <linux/compiler.h>
 #include <linux/init.h>
 #include <linux/module.h>
 
-
+#if 0
 #define cmpxchg_up(ptr,o,n)\
        ((__typeof__(*(ptr)))__cmpxchg_up((ptr),(unsigned long)(o),\
                                        (unsigned long)(n),sizeof(*(ptr))))
@@ -40,7 +39,7 @@ static inline unsigned long __cmpxchg_up(volatile void *ptr, unsigned long old,
        }
        return old;
 }
-
+#endif //0
 
 #define NR_LOOPS 20000
 
This page took 0.023108 seconds and 4 git commands to generate.