]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-generic/cputime.h
sched: fix RLIMIT_CPU comment
[linux-2.6-omap-h63xx.git] / include / asm-generic / cputime.h
index 6f178563e336c396c1b3b12b314e913c83f7ea76..09204e40d66312edb7ba12e58261fd4760a89939 100644 (file)
@@ -24,7 +24,9 @@ typedef u64 cputime64_t;
 
 #define cputime64_zero (0ULL)
 #define cputime64_add(__a, __b)                ((__a) + (__b))
+#define cputime64_sub(__a, __b)                ((__a) - (__b))
 #define cputime64_to_jiffies64(__ct)   (__ct)
+#define jiffies64_to_cputime64(__jif)  (__jif)
 #define cputime_to_cputime64(__ct)     ((u64) __ct)