From: Kevin Hilman Date: Wed, 20 Mar 2013 23:34:25 +0000 (-0700) Subject: cputime_nsecs: use math64.h for nsec resolution conversion helpers X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~34^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c23b80ec7f1f5405f07bb56c2f8378800ecf401;p=pandora-kernel.git 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 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 Cc: Christoph Lameter Cc: Hakan Akkan Cc: Ingo Molnar Cc: Kevin Hilman Cc: Li Zhong Cc: Paul E. McKenney Cc: Paul Gortmaker Cc: Peter Zijlstra Cc: Steven Rostedt Cc: Thomas Gleixner Signed-off-by: Frederic Weisbecker --- Reading git-diff-tree failed