]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: Remove unnecessary use of policy->shared_type
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 1 Feb 2013 06:40:02 +0000 (06:40 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 2 Feb 2013 00:29:32 +0000 (01:29 +0100)
commitb0587d26d9c5d1b0af98ca6346b42607bbd3cc7c
tree1b016a0b4efea3be2f484650bf81386f0f825449
parent0f04afbd970c5eb9f6ef9164b7c206ccae81f8f8
cpufreq: Remove unnecessary use of policy->shared_type

policy->shared_type field was added only for SoCs with ACPI support:

commit 8ee45f0d69067e010f7093e60a8a24ae4d497c05
Author: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Date:   Wed Dec 14 15:05:00 2005 -0500

    P-state software coordination for ACPI core

    http://bugzilla.kernel.org/show_bug.cgi?id=5737

Many non-ACPI systems are filling this field by mistake, which makes its usage
confusing. Lets clean it.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
arch/arm/mach-tegra/cpu-tegra.c
drivers/cpufreq/cpufreq-cpu0.c
drivers/cpufreq/db8500-cpufreq.c
drivers/cpufreq/omap-cpufreq.c
include/linux/cpufreq.h