commit | 68f6783d28316affcd2ce332d949e40e4c7416bd | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Jul 16 21:04:37 2014 +0000 |
committer | John Stultz <john.stultz@linaro.org> | Wed Jul 23 10:18:06 2014 -0700 |
tree | b6e9e2b8aeaca7acbc425ae286a599d21882eeb2 | |
parent | 9667a23db0dc0bd4892f0ada7e4e71528eaeed62 [diff] |
delayacct: Remove braindamaged type conversions Converting cputime to timespec and timespec to nanoseconds makes no sense. Use cputime_to_ns() and be done with it. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: John Stultz <john.stultz@linaro.org>