From: Alex Shi Date: Thu, 20 Jun 2013 02:18:53 +0000 (+0800) Subject: sched: Change cfs_rq load avg to unsigned long X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~61^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72a4cf20cb71a327c636c7042fdacc25abffc87c;p=pandora-kernel.git sched: Change cfs_rq load avg to unsigned long Since the 'u64 runnable_load_avg, blocked_load_avg' in cfs_rq struct are smaller than 'unsigned long' cfs_rq->load.weight. We don't need u64 vaiables to describe them. unsigned long is more efficient and convenience. Signed-off-by: Alex Shi Reviewed-by: Paul Turner Tested-by: Vincent Guittot Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/1371694737-29336-10-git-send-email-alex.shi@intel.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed