Re: [resend PATCH for 3.2] procfs: do not confuse jiffies with cputime64_t

From: Andreas Schwab
Date: Wed Dec 21 2011 - 18:55:24 EST


Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> writes:

> Also, in include/asm-generic/cputime.h we have:
>
> #define usecs_to_cputime64(__msecs) nsecs_to_jiffies64((__msecs) * 1000)
>
> But it would be neater to have used nsecs_to_cputime64(), surely.

The procfs interface wants to convert usecs to cputime64, but generic
cputime does not have usecs_to_jiffies64. Once someone writes the
latter it can be used here.

Andreas.

--
Andreas Schwab, schwab@xxxxxxxxxxxxxx
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/