On 4 July 2013 14:20, Lukasz Majewski <l.majewski@xxxxxxxxxxx> wrote: > static void __init acpi_cpufreq_boost_init(void) > @@ -953,33 +937,22 @@ static void __init acpi_cpufreq_boost_init(void) > if (!msrs) > return; > > - boost_supported = true; > - boost_enabled = boost_state(0); > + cpufreq_set_boost_enabled(boost_state(0)); > + acpi_cpufreq_driver.boost_supported = true; You are again doing the same mistake. Boost must be always supported for acpi-cpufreq with read permissions, as it was earlier. -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html