Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests/cpufreq: Rename DEBUG_PI_LIST to DEBUG_PLIST

DEBUG_PI_LIST was renamed to DEBUG_PLIST since
8e18faeac3 ("lib/plist: rename DEBUG_PI_LIST to DEBUG_PLIST")

- It's not reasonable to keep the deprecated configs.
- configs under kselftests are recommended by corresponding tests.
So if some configs are missing, it will impact the testing results

CC: "Rafael J. Wysocki" <rjw@rjwysocki.net>
CC: Viresh Kumar <viresh.kumar@linaro.org>
CC: linux-pm@vger.kernel.org
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

Li Zhijian and committed by
Shuah Khan
67d6d80d 00712d01

+1 -1
+1 -1
tools/testing/selftests/cpufreq/config
··· 6 6 CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y 7 7 CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y 8 8 CONFIG_DEBUG_RT_MUTEXES=y 9 - CONFIG_DEBUG_PI_LIST=y 9 + CONFIG_DEBUG_PLIST=y 10 10 CONFIG_DEBUG_SPINLOCK=y 11 11 CONFIG_DEBUG_MUTEXES=y 12 12 CONFIG_DEBUG_LOCK_ALLOC=y