mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 15:42:19 +02:00
Ensures that cpufreq_stats_free_table is called before __cpufreq_remove_dev on cpu hotplug (which also occurs during suspend on SMP systems) to make sure that sysfs_remove_group can get called before the cpufreq kobj is freed. Otherwise, the sysfs file structures are leaked. Change-Id: I87e55277272f5cfad47e9e7c92630e990bb90069 Signed-off-by: Colin Cross <ccross@android.com> |
||
|---|---|---|
| .. | ||
| cpufreq_conservative.c | ||
| cpufreq_interactive.c | ||
| cpufreq_ondemand.c | ||
| cpufreq_performance.c | ||
| cpufreq_powersave.c | ||
| cpufreq_stats.c | ||
| cpufreq_userspace.c | ||
| cpufreq.c | ||
| freq_table.c | ||
| Kconfig | ||
| Makefile | ||