Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754494Ab3C2BSL (ORCPT ); Thu, 28 Mar 2013 21:18:11 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:33604 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754413Ab3C2BSI (ORCPT ); Thu, 28 Mar 2013 21:18:08 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 72.84.113.162 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX189m25TSr79gkFrETvrAT2bXuUmi1qfaXU= Date: Thu, 28 Mar 2013 21:18:01 -0400 From: Jason Cooper To: Russell King - ARM Linux Cc: Sebastian Hesselbarth , Andrew Lunn , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dove: fix Dove cpu type from V7 to PJ4 Message-ID: <20130329011801.GF13280@titan.lakedaemon.net> References: <1364051211-24414-1-git-send-email-sebastian.hesselbarth@gmail.com> <20130328170654.GX13280@titan.lakedaemon.net> <20130328181425.GE3368@n2100.arm.linux.org.uk> <5154A5B5.7@gmail.com> <20130328210412.GG3368@n2100.arm.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130328210412.GG3368@n2100.arm.linux.org.uk> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1266 Lines: 39 On Thu, Mar 28, 2013 at 09:04:12PM +0000, Russell King - ARM Linux wrote: ... > From what I could see, there's not much point to pj4-cp0.c without > iwmmxt.S also being built. So, what I'd suggest is this, which will > ensure IWMMXT is enabled when PJ4 is set, otherwise giving people the > choice as it used to be. > Russell, Are you going to take these two patches? I don't want to assume and have them potentially get lost. thx, Jason. > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > index 67874b8..ef6733a 100644 > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@ -1171,9 +1171,9 @@ config ARM_NR_BANKS > default 8 > > config IWMMXT > - bool "Enable iWMMXt support" > + bool "Enable iWMMXt support" if !CPU_PJ4 > depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK || CPU_PJ4 > - default y if PXA27x || PXA3xx || ARCH_MMP > + default y if PXA27x || PXA3xx || ARCH_MMP || CPU_PJ4 > help > Enable support for iWMMXt context switching at run time if > running on a CPU that supports it. > -- 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/