Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757229Ab0F3T7f (ORCPT ); Wed, 30 Jun 2010 15:59:35 -0400 Received: from shutemov.name ([188.40.19.243]:36241 "EHLO shutemov.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754494Ab0F3T7e (ORCPT ); Wed, 30 Jun 2010 15:59:34 -0400 Date: Wed, 30 Jun 2010 22:59:33 +0300 From: "Kirill A. Shutemov" To: Christoph Egger Cc: David Brown , Daniel Walker , Bryan Huntsman , Russell King , linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, vamos@i4.informatik.uni-erlangen.de, Brian Swetland Subject: Re: [PATCH 04/33] Removing dead MSM7X00A_IDLE Message-ID: <20100630195933.GD3969@shutemov.name> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-12-10) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1781 Lines: 51 On Wed, Jun 30, 2010 at 05:55:03PM +0200, Christoph Egger wrote: > MSM7X00A_IDLE doesn't exist in Kconfig, therefore removing all > references for it from the source code. It was removed in commit 1637de0c9. I'm not sure if it's correct. Brian Swetland added to CC list. > Signed-off-by: Christoph Egger > --- > arch/arm/mach-msm/idle.S | 13 ------------- > 1 files changed, 0 insertions(+), 13 deletions(-) > > diff --git a/arch/arm/mach-msm/idle.S b/arch/arm/mach-msm/idle.S > index 6a94f05..d8e8027 100644 > --- a/arch/arm/mach-msm/idle.S > +++ b/arch/arm/mach-msm/idle.S > @@ -20,17 +20,4 @@ > #include > > ENTRY(arch_idle) > -#ifdef CONFIG_MSM7X00A_IDLE > - mrc p15, 0, r1, c1, c0, 0 /* read current CR */ > - bic r0, r1, #(1 << 2) /* clear dcache bit */ > - bic r0, r0, #(1 << 12) /* clear icache bit */ > - mcr p15, 0, r0, c1, c0, 0 /* disable d/i cache */ > - > - mov r0, #0 /* prepare wfi value */ > - mcr p15, 0, r0, c7, c10, 0 /* flush the cache */ > - mcr p15, 0, r0, c7, c10, 4 /* memory barrier */ > - mcr p15, 0, r0, c7, c0, 4 /* wait for interrupt */ > - > - mcr p15, 0, r1, c1, c0, 0 /* restore d/i cache */ > -#endif > mov pc, lr > -- > 1.7.0.4 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- Kirill A. Shutemov -- 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/