diff options
author | Alex Shi <[email protected]> | 2013-06-20 10:18:55 +0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2013-06-27 10:07:41 +0200 |
commit | 2509940fd71c2e2915a05052bbdbf2d478364184 (patch) | |
tree | e2a9466c8cca831158c18a4c4c750420b11fea30 /net/unix/sysctl_net_unix.c | |
parent | bf5b986ed4d20428eeec3df4a03dbfebb9b6538c (diff) |
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 <[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