From patchwork Tue Dec 7 16:57:37 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: tip-bot for Dave Martin X-Patchwork-Id: 383662 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oB7GvtI4026842 for ; Tue, 7 Dec 2010 16:57:55 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751728Ab0LGQ5y (ORCPT ); Tue, 7 Dec 2010 11:57:54 -0500 Received: from mail-wy0-f174.google.com ([74.125.82.174]:60588 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751377Ab0LGQ5x (ORCPT ); Tue, 7 Dec 2010 11:57:53 -0500 Received: by wyb28 with SMTP id 28so113633wyb.19 for ; Tue, 07 Dec 2010 08:57:52 -0800 (PST) Received: by 10.227.23.203 with SMTP id s11mr2364365wbb.19.1291741072213; Tue, 07 Dec 2010 08:57:52 -0800 (PST) Received: from e200948.cambridge.arm.com (host86-145-119-1.range86-145.btcentralplus.com [86.145.119.1]) by mx.google.com with ESMTPS id h29sm4401917wbc.21.2010.12.07.08.57.50 (version=SSLv3 cipher=RC4-MD5); Tue, 07 Dec 2010 08:57:51 -0800 (PST) From: Dave Martin To: linux-arm-kernel@lists.infradead.org Cc: Dave Martin , Santosh Shilimkar , linux-omap@vger.kernel.org Subject: [PATCH] ARM: Thumb-2: Make CONFIG_THUMB2_KERNEL depend on !CPU_V6 Date: Tue, 7 Dec 2010 16:57:37 +0000 Message-Id: <1291741057-7449-1-git-send-email-dave.martin@linaro.org> X-Mailer: git-send-email 1.7.1 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Tue, 07 Dec 2010 16:57:55 +0000 (UTC) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f1d9297..bf1f8db 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1311,7 +1311,7 @@ config HZ config THUMB2_KERNEL bool "Compile the kernel in Thumb-2 mode" - depends on CPU_V7 && EXPERIMENTAL + depends on CPU_V7 && !CPU_V6 && EXPERIMENTAL select AEABI select ARM_ASM_UNIFIED help