From: Frederic Weisbecker Date: Wed, 5 Mar 2014 16:05:57 +0000 (+0100) Subject: sched: Remove needless round trip nsecs <-> tick conversion of steal time X-Git-Tag: v3.15-rc1~156^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=300a9d887ea221f344962506f724e02101bacc08;p=pandora-kernel.git sched: Remove needless round trip nsecs <-> tick conversion of steal time When update_rq_clock_task() accounts the pending steal time for a task, it converts the steal delta from nsecs to tick then from tick to nsecs. There is no apparent good reason for doing that though because both the task clock and the prev steal delta are u64 and store values in nsecs. So lets remove the needless conversion. Cc: Ingo Molnar Cc: Marcelo Tosatti Cc: Peter Zijlstra Cc: Thomas Gleixner Acked-by: Rik van Riel Signed-off-by: Frederic Weisbecker --- Reading git-diff-tree failed