From patchwork Thu Dec 9 11:59:41 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: 394092 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 oB9C04Q8017762 for ; Thu, 9 Dec 2010 12:00:11 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754551Ab0LIMAK (ORCPT ); Thu, 9 Dec 2010 07:00:10 -0500 Received: from mail-ww0-f44.google.com ([74.125.82.44]:64504 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754530Ab0LIMAJ (ORCPT ); Thu, 9 Dec 2010 07:00:09 -0500 Received: by mail-ww0-f44.google.com with SMTP id 36so2366568wwa.1 for ; Thu, 09 Dec 2010 04:00:09 -0800 (PST) Received: by 10.227.128.131 with SMTP id k3mr10322661wbs.66.1291896009232; Thu, 09 Dec 2010 04:00:09 -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 f35sm1172344wbf.8.2010.12.09.04.00.07 (version=SSLv3 cipher=RC4-MD5); Thu, 09 Dec 2010 04:00:08 -0800 (PST) From: Dave Martin To: linux-arm-kernel@lists.infradead.org Cc: Dave Martin , Santosh Shilimkar , linux-omap@vger.kernel.org Subject: [PATCH 1/2] ARM: Thumb-2: Make CONFIG_THUMB2_KERNEL depend on !CPU_V6 Date: Thu, 9 Dec 2010 11:59:41 +0000 Message-Id: <1291895982-4775-2-git-send-email-dave.martin@linaro.org> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1291895982-4775-1-git-send-email-dave.martin@linaro.org> References: <1291895982-4775-1-git-send-email-dave.martin@linaro.org> 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]); Thu, 09 Dec 2010 12:00:12 +0000 (UTC) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index db524e7..f9ca7f3 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