diff options
author | Frederic Weisbecker <fweisbec@gmail.com> | 2014-03-05 18:33:18 +0400 |
---|---|---|
committer | Frederic Weisbecker <fweisbec@gmail.com> | 2014-03-13 18:56:43 +0400 |
commit | 69bb2600c9f8ca450fede9633edf9c2513c9ee6f (patch) | |
tree | 882511f34317d6c092430f9f19f6d89e9231c623 /include/linux/cputime.h | |
parent | 6f008e72cd111a119b5d8de8c5438d892aae99eb (diff) | |
download | linux-69bb2600c9f8ca450fede9633edf9c2513c9ee6f.tar.xz |
cputime: Fix nsecs_to_cputime() return type cast
Even though nsec based cputime_t maps to u64, nsecs_to_cputime() must
return a cputime_t value. We want to enforce this kind of cast in order
to track down buggy manipulations of cputime_t such as direct access
of its values under wrong assumptions on its backend type (nsecs,
jiffies, etc...) by core code.
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Rik van Riel <riel@redhat.com>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Diffstat (limited to 'include/linux/cputime.h')
0 files changed, 0 insertions, 0 deletions