From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: Re: [patch 08/34] arm: Use generic idle loop Date: Mon, 25 Mar 2013 12:31:20 +0100 (CET) Message-ID: References: <20130321214930.752934102@linutronix.de> <20130321215233.826238797@linutronix.de> <87zjxv9lga.fsf@linaro.org> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Received: from www.linutronix.de ([62.245.132.108]:47162 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756056Ab3CYLbX (ORCPT ); Mon, 25 Mar 2013 07:31:23 -0400 In-Reply-To: <87zjxv9lga.fsf@linaro.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Kevin Hilman Cc: LKML , linux-arch@vger.kernel.org, Linus Torvalds , Andrew Morton , Rusty Russell , Paul McKenney , Ingo Molnar , Peter Zijlstra , "Srivatsa S. Bhat" , Magnus Damm , Russell King On Fri, 22 Mar 2013, Kevin Hilman wrote: > Hi Thomas, > > Thomas Gleixner writes: > > > Use the generic idle loop and replace enable/disable_hlt with the > > respective core functions. > > > > Signed-off-by: Thomas Gleixner > > Cc: Russell King > > I gave patches 1-5 + this a quick spin on ARM (specifially some OMAP3 and > OMAP4 platforms, with and without CPUidle enabled.) > > The OMAP stuff needed a couple minor compile fixes (below), but > otherwise it passes the quick "seems to work" test. Yeah, that's needed for the other arch/arm conversions as well. Thanks, tglx > So at least for ARM/OMAP: > > Tested-by: Kevin Hilman > > Kevin > > > diff --git a/arch/arm/mach-omap1/pm.c b/arch/arm/mach-omap1/pm.c > index 23c653a..db37f49 100644 > --- a/arch/arm/mach-omap1/pm.c > +++ b/arch/arm/mach-omap1/pm.c > @@ -43,6 +43,7 @@ > #include > #include > #include > +#include > > #include > #include > diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c > index 3a6c6b8..2f17f95 100644 > --- a/arch/arm/mach-omap2/omap_hwmod.c > +++ b/arch/arm/mach-omap2/omap_hwmod.c > @@ -138,6 +138,7 @@ > #include > #include > #include > +#include > > #include >