Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752596AbaAWQTb (ORCPT ); Thu, 23 Jan 2014 11:19:31 -0500 Received: from fw-tnat.austin.arm.com ([217.140.110.23]:29503 "EHLO collaborate-mta1.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751407AbaAWQT3 (ORCPT ); Thu, 23 Jan 2014 11:19:29 -0500 Date: Thu, 23 Jan 2014 16:19:19 +0000 From: Catalin Marinas To: Hanjun Guo Cc: Sudeep Holla , "Rafael J. Wysocki" , Will Deacon , Russell King - ARM Linux , "linux-acpi@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "grant.likely@linaro.org" , Matthew Garrett , Olof Johansson , Linus Walleij , Bjorn Helgaas , Rob Herring , Mark Rutland , Arnd Bergmann , "patches@linaro.org" , "linux-kernel@vger.kernel.org" , "linaro-kernel@lists.linaro.org" , "linaro-acpi@lists.linaro.org" , Charles Garcia-Tobin , Al Stone , "graeme.gregory@linaro.org" Subject: Re: [PATCH 03/20] ARM64 / ACPI: Introduce the skeleton of _PDC related for ARM64 Message-ID: <20140123161918.GA25927@localhost> References: <1389961514-13562-1-git-send-email-hanjun.guo@linaro.org> <1389961514-13562-4-git-send-email-hanjun.guo@linaro.org> <52D93D4E.5020605@arm.com> <52DCEA66.90903@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52DCEA66.90903@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 20, 2014 at 09:20:38AM +0000, Hanjun Guo wrote: > On 2014-1-17 22:25, Sudeep Holla wrote: > > On 17/01/14 12:24, Hanjun Guo wrote: > >> --- a/arch/arm64/kernel/process.c > >> +++ b/arch/arm64/kernel/process.c > >> @@ -89,6 +89,9 @@ void arch_cpu_idle_prepare(void) > >> local_fiq_enable(); > >> } > >> > >> +unsigned long boot_option_idle_override = IDLE_NO_OVERRIDE; > >> +EXPORT_SYMBOL(boot_option_idle_override); > >> + > > > > This is what I mentioned in other email. Do we really foresee use of this in > > ARM64 or it's just added to avoid build issues ? > > Just avoid build issues, can not foresee use of this in ARM64 :) So ideally we should look for a better solution here. -- Catalin -- 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/