irq test
[lttv.git] / tests / kernel / test-cmpxchg-nolock.c
index 5f3d798138751559c18b25c1de78807c35c68705..16711e5fc272368f71eecc81b19dd8577075d5d7 100644 (file)
@@ -10,7 +10,7 @@
 #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 +40,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.023723 seconds and 4 git commands to generate.