Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754621Ab3GPKEG (ORCPT ); Tue, 16 Jul 2013 06:04:06 -0400 Received: from mail-ob0-f171.google.com ([209.85.214.171]:54344 "EHLO mail-ob0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753941Ab3GPKED (ORCPT ); Tue, 16 Jul 2013 06:04:03 -0400 MIME-Version: 1.0 In-Reply-To: <1372927830-2949-4-git-send-email-l.majewski@samsung.com> References: <1370502472-7249-1-git-send-email-l.majewski@samsung.com> <1372927830-2949-1-git-send-email-l.majewski@samsung.com> <1372927830-2949-4-git-send-email-l.majewski@samsung.com> Date: Tue, 16 Jul 2013 15:34:02 +0530 Message-ID: Subject: Re: [PATCH v5 3/7] cpufreq:acpi:x86: Adjust the acpi-cpufreq.c code to work with common boost solution From: Viresh Kumar To: Lukasz Majewski Cc: "Rafael J. Wysocki" , Zhang Rui , Eduardo Valentin , "cpufreq@vger.kernel.org" , Linux PM list , Jonghwa Lee , l.majewski@majess.pl, linux-kernel , Andre Przywara , Daniel Lezcano , Kukjin Kim , Myungjoo Ham Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 849 Lines: 19 On 4 July 2013 14:20, Lukasz Majewski 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 linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/