From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751958Ab3FZLDc (ORCPT ); Wed, 26 Jun 2013 07:03:32 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:43046 "EHLO mail-ob0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751780Ab3FZLDa (ORCPT ); Wed, 26 Jun 2013 07:03:30 -0400 MIME-Version: 1.0 In-Reply-To: <1371661969-7660-4-git-send-email-l.majewski@samsung.com> References: <1370502472-7249-1-git-send-email-l.majewski@samsung.com> <1371661969-7660-1-git-send-email-l.majewski@samsung.com> <1371661969-7660-4-git-send-email-l.majewski@samsung.com> Date: Wed, 26 Jun 2013 16:33:30 +0530 Message-ID: Subject: Re: [PATCH v4 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. Wysocky" , "cpufreq@vger.kernel.org" , Linux PM list , Vincent Guittot , Jonghwa Lee , Myungjoo Ham , linux-kernel , Lukasz Majewski , Andre Przywara , Daniel Lezcano , Kukjin Kim , Zhang Rui , Eduardo Valentin 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 On 19 June 2013 22:42, Lukasz Majewski wrote: > diff --git a/drivers/cpufreq/acpi-cpufreq.c b/drivers/cpufreq/acpi-cpufreq.c > static unsigned int acpi_pstate_strict; > -static bool boost_enabled, boost_supported; > +static bool boost_enabled; Instead of this variable use cpufreq_boost_enabled() directly. And then this patch may change as well.. I couldn't find any more issues with this patch but some Intel guy must review it.