From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 04/14] ARM: v6k: introduce CPU_V6K option Date: Mon, 17 Jan 2011 15:14:37 -0800 Message-ID: <20110117231437.GE4957@atomide.com> References: <20110117192050.GE23331@n2100.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:26110 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753100Ab1AQXOn (ORCPT ); Mon, 17 Jan 2011 18:14:43 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Russell King - ARM Linux Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org * Russell King - ARM Linux [110117 11:29]: > Introduce a CPU_V6K configuration option for platforms to select if they > have a V6K CPU core. This allows us to identify whether we need to > support ARMv6 CPUs without the V6K SMP extensions at build time. > > Currently CPU_V6K is just an alias for CPU_V6, and all places which > reference CPU_V6 are replaced by (CPU_V6 || CPU_V6K). > > Select CPU_V6K from platforms which are known to be V6K-only. > > Signed-off-by: Russell King Acked-by: Tony Lindgren From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 17 Jan 2011 15:14:37 -0800 Subject: [PATCH 04/14] ARM: v6k: introduce CPU_V6K option In-Reply-To: References: <20110117192050.GE23331@n2100.arm.linux.org.uk> Message-ID: <20110117231437.GE4957@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Russell King - ARM Linux [110117 11:29]: > Introduce a CPU_V6K configuration option for platforms to select if they > have a V6K CPU core. This allows us to identify whether we need to > support ARMv6 CPUs without the V6K SMP extensions at build time. > > Currently CPU_V6K is just an alias for CPU_V6, and all places which > reference CPU_V6 are replaced by (CPU_V6 || CPU_V6K). > > Select CPU_V6K from platforms which are known to be V6K-only. > > Signed-off-by: Russell King Acked-by: Tony Lindgren