From patchwork Wed Jul 24 23:58:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 2833112 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 2BCB99F4D4 for ; Wed, 24 Jul 2013 23:59:22 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 44846202B7 for ; Wed, 24 Jul 2013 23:59:21 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 15C8F202B4 for ; Wed, 24 Jul 2013 23:59:20 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V28xh-0002kX-Ex; Wed, 24 Jul 2013 23:59:17 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V28xe-0002ip-Li; Wed, 24 Jul 2013 23:59:14 +0000 Received: from mail-pb0-f43.google.com ([209.85.160.43]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V28xb-0002hY-6W for linux-arm-kernel@lists.infradead.org; Wed, 24 Jul 2013 23:59:11 +0000 Received: by mail-pb0-f43.google.com with SMTP id md12so16771pbc.30 for ; Wed, 24 Jul 2013 16:58:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=pCq5EoHIcDtSML/oBuMeU5gqbTd38Ww0g1UMtc8p1D8=; b=DbPIeIau3RTfK5jnff247kgUeuFDVow5A05WkEJHC4lziPupL7H/ISJ3kGz4sVDwUG H3p8MkItBFcfTT1+YhQXHCNgTymDP54eitBXr87MLx54Sc9CglGet5TVI/PyFMJ9oi2g pz+K3Lm7ynMouc/WiNBRwDqEvJZaYJb6AysUWx+se7z8TM8CDMfqy7wKlJ9hykPGaZC0 dC2X4SK7jsdkFkAEBO/nnDo43SmAkYyvWpGsuhaSsYUd99EIwwUa5C9pJUd3n+uablgQ Yqw/HtACokrkp134QPU4C8PzzcBtfgZIbNTbpGdyS5kgf2LqdYmqOIh0mxIB517Zw3zG C3nw== X-Received: by 10.66.139.167 with SMTP id qz7mr45417685pab.157.1374710325299; Wed, 24 Jul 2013 16:58:45 -0700 (PDT) Received: from quad.lixom.net (173-13-129-225-sfba.hfc.comcastbusiness.net. [173.13.129.225]) by mx.google.com with ESMTPSA id nj9sm5874888pbc.13.2013.07.24.16.58.43 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 24 Jul 2013 16:58:44 -0700 (PDT) From: Olof Johansson To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: omap2: Only select errata 798181 if SMP Date: Wed, 24 Jul 2013 16:58:44 -0700 Message-Id: <1374710324-24347-1-git-send-email-olof@lixom.net> X-Mailer: git-send-email 1.8.1.192.gc4361b8 X-Gm-Message-State: ALoCoQln/IPN6ytkmQ/4GtJudDUeeBX/+TL3+138LLml54rKf7F+0u54000bQ7VJBbmZi+sjYYjm X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130724_195911_326686_36E64F1A X-CRM114-Status: GOOD ( 10.98 ) X-Spam-Score: -2.6 (--) Cc: Olof Johansson , Tony Lindgren , Santosh Shilimkar X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Avoids the following warning when SMP is off: warning: (ARCH_KEYSTONE && SOC_OMAP5) selects ARM_ERRATA_798181 which has unmet direct dependencies (CPU_V7 && SMP) Cc: Tony Lindgren Cc: Santosh Shilimkar Signed-off-by: Olof Johansson --- Since this is trivial I've already applied it to fixes on arm-soc. arch/arm/mach-omap2/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 627fa7e..3eed000 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -62,7 +62,7 @@ config SOC_OMAP5 select HAVE_SMP select COMMON_CLK select HAVE_ARM_ARCH_TIMER - select ARM_ERRATA_798181 + select ARM_ERRATA_798181 if SMP config SOC_AM33XX bool "AM33XX support"