diff options
author | Kevin Hilman <khilman@linaro.org> | 2013-03-21 00:34:25 +0100 |
---|---|---|
committer | Frederic Weisbecker <fweisbec@gmail.com> | 2013-04-26 18:58:12 +0200 |
commit | 8c23b80ec7f1f5405f07bb56c2f8378800ecf401 (patch) | |
tree | 0c2e562e5b7a5f3a1c0758e58b14cc02ffdbd5c1 /drivers/net/wireless | |
parent | nohz: Select VIRT_CPU_ACCOUNTING_GEN from full dynticks config (diff) | |
download | linux-8c23b80ec7f1f5405f07bb56c2f8378800ecf401.tar.xz linux-8c23b80ec7f1f5405f07bb56c2f8378800ecf401.zip |
cputime_nsecs: use math64.h for nsec resolution conversion helpers
For the nsec resolution conversions to be useable on non 64-bit
architectures, the helpers in <linux/math64.h> need to be used so the
right arch-specific 64-bit math helpers can be used (e.g. do_div())
Signed-off-by: Kevin Hilman <khilman@linaro.org>
Cc: Christoph Lameter <cl@linux.com>
Cc: Hakan Akkan <hakanakkan@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Kevin Hilman <khilman@linaro.org>
Cc: Li Zhong <zhong@linux.vnet.ibm.com>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Diffstat (limited to 'drivers/net/wireless')
0 files changed, 0 insertions, 0 deletions