__cmpxchg_small
return __cmpxchg_small(ptr, old, new, size);
extern unsigned long __cmpxchg_small(volatile void *ptr, unsigned long old,
return __cmpxchg_small(ptr, old, new, size);
EXPORT_SYMBOL(__cmpxchg_small);