From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758209Ab3CYOCp (ORCPT ); Mon, 25 Mar 2013 10:02:45 -0400 Received: from www.linutronix.de ([62.245.132.108]:48232 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757738Ab3CYOCo (ORCPT ); Mon, 25 Mar 2013 10:02:44 -0400 Date: Mon, 25 Mar 2013 15:02:39 +0100 (CET) From: Thomas Gleixner To: Russell King - ARM Linux cc: Kevin Hilman , LKML , linux-arch@vger.kernel.org, Linus Torvalds , Andrew Morton , Rusty Russell , Paul McKenney , Ingo Molnar , Peter Zijlstra , "Srivatsa S. Bhat" , Magnus Damm Subject: Re: [patch 08/34] arm: Use generic idle loop In-Reply-To: <20130325114808.GQ4977@n2100.arm.linux.org.uk> Message-ID: References: <20130321214930.752934102@linutronix.de> <20130321215233.826238797@linutronix.de> <87zjxv9lga.fsf@linaro.org> <20130325114808.GQ4977@n2100.arm.linux.org.uk> User-Agent: Alpine 2.02 (LFD 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 25 Mar 2013, Russell King - ARM Linux wrote: > On Mon, Mar 25, 2013 at 12:31:20PM +0100, Thomas Gleixner wrote: > > 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. > > So, the only patch I got was this one, which is useless to test on its > own... I'm testing V2 now and will post an git URL with a testing branch later tonight. Thanks, tglx