diff options
author | Alex Shi <[email protected]> | 2013-06-20 10:18:53 +0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2013-06-27 10:07:38 +0200 |
commit | 72a4cf20cb71a327c636c7042fdacc25abffc87c (patch) | |
tree | 55679cadceb7ddf931f0c56a65e8eb031acd769d /net/unix/sysctl_net_unix.c | |
parent | a003a25b227d59ded9197ced109517f037d01c27 (diff) |
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 <[email protected]>
Reviewed-by: Paul Turner <[email protected]>
Tested-by: Vincent Guittot <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions