commit | cc69b389fd7bfcd14ade19e302a771f0234e9c85 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.ibm.com> | Mon Nov 05 17:23:56 2018 -0800 |
committer | Paul E. McKenney <paulmck@linux.ibm.com> | Tue Nov 27 09:21:38 2018 -0800 |
tree | bd5a0a37c36df22693dac9e096ac37db798eeb4a | |
parent | 09659af30860789b6f7d1c7dd35a7e829d530db5 [diff] |
cpufreq/cpufreq_governor: Replace synchronize_sched() with synchronize_rcu() Now that synchronize_rcu() waits for preempt-disable regions of code as well as RCU read-side critical sections, synchronize_sched() can be replaced by synchronize_rcu(). This commit therefore makes this change. Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>