Files
linux/drivers/base
Vincent Wang f361eb39cd PM / OPP: list_del_rcu should be used in function _remove_opp_dev
list_del_rcu should be used to replace list_del in function _remove_opp_dev,
since the opp is a rcu protected pointer.

Test: for example, on an ARM big.Little platform, the opp_table of big cluster
will be removed when big cluster is removed, which should be implemented in
the cpufreq driver.
Then a stress test that the big cluster is plugged in/out, can test the patch.

Change-Id: I59c0ba16d372575ff1d80097575eeea826f6df52
Signed-off-by: Vincent Wang <vincent.wang@spreadtrum.com>
2018-03-22 09:29:39 +00:00
..
2017-07-15 12:16:11 +02:00
2018-01-17 09:38:57 +01:00
2016-01-22 18:04:28 -05:00
2018-01-17 09:38:57 +01:00