|
@@ -38,8 +38,8 @@ typedef u64 cputime64_t;
|
|
/*
|
|
/*
|
|
* Convert cputime to microseconds and back.
|
|
* 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)
|
|
|
|
|
|
/*
|
|
/*
|
|
* Convert cputime to seconds and back.
|
|
* Convert cputime to seconds and back.
|