Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6
[pandora-kernel.git] / include / asm-generic / cputime.h
index 61e03dd..12a1764 100644 (file)
@@ -38,8 +38,9 @@ typedef u64 cputime64_t;
 /*
  * Convert cputime to microseconds and back.
  */
-#define cputime_to_usecs(__ct)         jiffies_to_usecs(__ct);
-#define usecs_to_cputime(__msecs)      usecs_to_jiffies(__msecs);
+#define cputime_to_usecs(__ct)         jiffies_to_usecs(__ct)
+#define usecs_to_cputime(__msecs)      usecs_to_jiffies(__msecs)
+#define usecs_to_cputime64(__msecs)    nsecs_to_jiffies64((__msecs) * 1000)
 
 /*
  * Convert cputime to seconds and back.