Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753520AbaA0IdP (ORCPT ); Mon, 27 Jan 2014 03:33:15 -0500 Received: from mail-we0-f182.google.com ([74.125.82.182]:37970 "EHLO mail-we0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753334AbaA0IdN (ORCPT ); Mon, 27 Jan 2014 03:33:13 -0500 Message-ID: <52E619C9.4050406@linaro.org> Date: Mon, 27 Jan 2014 09:33:13 +0100 From: Daniel Lezcano User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Nicolas Pitre , Russell King , Catalin Marinas , Benjamin Herrenschmidt , Paul Mundt , Thomas Gleixner , Ingo Molnar , Peter Zijlstra , "Rafael J. Wysocki" CC: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, linux-sh@vger.kernel.org, linux-pm@vger.kernel.org, linaro-kernel@lists.linaro.org Subject: Re: [PATCH 5/9] ARM: remove redundant cpuidle_idle_call() References: <1390802904-28399-1-git-send-email-nicolas.pitre@linaro.org> <1390802904-28399-6-git-send-email-nicolas.pitre@linaro.org> In-Reply-To: <1390802904-28399-6-git-send-email-nicolas.pitre@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/27/2014 07:08 AM, Nicolas Pitre wrote: > The core idle loop now takes care of it. > > Signed-off-by: Nicolas Pitre Acked-by: Daniel Lezcano > --- > arch/arm/kernel/process.c | 16 +++++----------- > 1 file changed, 5 insertions(+), 11 deletions(-) > > diff --git a/arch/arm/kernel/process.c b/arch/arm/kernel/process.c > index 725b8c95e0..34a59b7614 100644 > --- a/arch/arm/kernel/process.c > +++ b/arch/arm/kernel/process.c > @@ -30,7 +30,6 @@ > #include > #include > #include > -#include > #include > #include > > @@ -133,7 +132,11 @@ EXPORT_SYMBOL_GPL(arm_pm_restart); > > void (*arm_pm_idle)(void); > > -static void default_idle(void) > +/* > + * Called from the core idle loop. > + */ > + > +void arch_cpu_idle(void) > { > if (arm_pm_idle) > arm_pm_idle(); > @@ -163,15 +166,6 @@ void arch_cpu_idle_dead(void) > #endif > > /* > - * Called from the core idle loop. > - */ > -void arch_cpu_idle(void) > -{ > - if (cpuidle_idle_call()) > - default_idle(); > -} > - > -/* > * Called by kexec, immediately prior to machine_kexec(). > * > * This must completely disable all secondary CPUs; simply causing those CPUs > -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- 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/