From: Alex Shi Date: Thu, 20 Jun 2013 02:18:55 +0000 (+0800) Subject: sched/cfs_rq: Change atomic64_t removed_load to atomic_long_t X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~61^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2509940fd71c2e2915a05052bbdbf2d478364184;p=pandora-kernel.git sched/cfs_rq: Change atomic64_t removed_load to atomic_long_t Similar to runnable_load_avg, blocked_load_avg variable, long type is enough for removed_load in 64 bit or 32 bit machine. Then we avoid the expensive atomic64 operations on 32 bit machine. 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-12-git-send-email-alex.shi@intel.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed