MIPS fixes based on suggestions from Jiang.
[openvswitch] / datapath / linux-2.4 / compat-2.4 / include-mips / asm / atomic.h
index 735c61680cb2513dc6a4e4e97b35dccdc3d2a62b..09802e57614ce271ff751b24eabae2fa0a6ef190 100644 (file)
@@ -4,8 +4,6 @@
 #include_next <asm/atomic.h>
 #include <asm/system.h>
 
-#error "Cribbed from linux-2.6/include/asm-mips but not tested."
-
 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n)))
 
 #endif /* asm/atomic.h */