Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sched/fair: Use non-atomic cpumask_{set,clear}_cpu()
The cpumasks updated here are not subject to concurrency and using atomic bitops for them is pointless and expensive. Use the non-atomic variants instead. Suggested-by: Peter Zijlstra <[email protected]> Signed-off-by: Viresh Kumar <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Vincent Guittot <[email protected]> Link: http://lkml.kernel.org/r/2e2a10f84b9049a81eef94ed6d5989447c21e34a.1549963617.git.viresh.kumar@linaro.org Signed-off-by: Ingo Molnar <[email protected]> Change-Id: I7e6a86eadd39627987032d7509a105bed9852fa5 Signed-off-by: Jason Edson <[email protected]> Signed-off-by: DennySPb <[email protected]> Signed-off-by: Carlos Ayrton Lopez Arroyo <[email protected]> Signed-off-by: clarencelol <[email protected]> Signed-off-by: Tashfin Shakeer Rhythm <[email protected]>
- Loading branch information