mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared
[cascardo/linux.git] / include / asm-generic / cputime_nsecs.h
index 4e81760..0419485 100644 (file)
@@ -21,6 +21,8 @@
 typedef u64 __nocast cputime_t;
 typedef u64 __nocast cputime64_t;
 
+#define cmpxchg_cputime(ptr, old, new) cmpxchg64(ptr, old, new)
+
 #define cputime_one_jiffy              jiffies_to_cputime(1)
 
 #define cputime_div(__ct, divisor)  div_u64((__force u64)__ct, divisor)