|
@@ -911,8 +911,10 @@ static void __init acpi_cpufreq_boost_init(void)
|
|
|
{
|
|
{
|
|
|
int ret;
|
|
int ret;
|
|
|
|
|
|
|
|
- if (!(boot_cpu_has(X86_FEATURE_CPB) || boot_cpu_has(X86_FEATURE_IDA)))
|
|
|
|
|
|
|
+ if (!(boot_cpu_has(X86_FEATURE_CPB) || boot_cpu_has(X86_FEATURE_IDA))) {
|
|
|
|
|
+ pr_debug("Boost capabilities not present in the processor\n");
|
|
|
return;
|
|
return;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
acpi_cpufreq_driver.set_boost = set_boost;
|
|
acpi_cpufreq_driver.set_boost = set_boost;
|
|
|
acpi_cpufreq_driver.boost_enabled = boost_state(0);
|
|
acpi_cpufreq_driver.boost_enabled = boost_state(0);
|