From patchwork Fri Jun 21 23:04:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 2764841 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 4F0F0C0AB1 for ; Fri, 21 Jun 2013 23:05:13 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6828D20169 for ; Fri, 21 Jun 2013 23:05:12 +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 4F57020167 for ; Fri, 21 Jun 2013 23:05:11 +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 1UqAOA-0000OH-PO; Fri, 21 Jun 2013 23:05:07 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UqAO7-0007g0-1i; Fri, 21 Jun 2013 23:05:03 +0000 Received: from moutng.kundenserver.de ([212.227.17.9]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UqAO2-0007fY-MB for linux-arm-kernel@lists.infradead.org; Fri, 21 Jun 2013 23:04:59 +0000 Received: from klappe2.localnet (HSI-KBW-095-208-002-043.hsi5.kabel-badenwuerttemberg.de [95.208.2.43]) by mrelayeu.kundenserver.de (node=mrbap4) with ESMTP (Nemesis) id 0Lb2eP-1US8JH46uX-00l44d; Sat, 22 Jun 2013 01:04:35 +0200 From: Arnd Bergmann To: Linux ARM Kernel List Subject: [PATCH] ARM: keystone: select ARM_ERRATA_798181 only for SMP Date: Sat, 22 Jun 2013 01:04:31 +0200 User-Agent: KMail/1.12.2 (Linux/3.8.0-22-generic; KDE/4.3.2; x86_64; ; ) MIME-Version: 1.0 Message-Id: <201306220104.31656.arnd@arndb.de> X-Provags-ID: V02:K0:f0aOZQBr8wBpj7s5/DxdJ2kIuiRNxtULSkDdDEAu2zr m5V4Ma+P6P+JP5HbIa3NmU3DRGm6TMTl/ia5sTJ6EC6oC6tvMo gtxi/8b92+rW39eAi2Tpvk1GfVqXJqEHHhpMTpmQgfHoMklfGS V2y9EvzuKz4iIeq4+VDFP/M3by9GPNPS32KLKQosFtyphfpIcv 4O60v8biwjVd17yPrShXAh1cQa7tJ1YhMbX4AXDnhEm4kTL/oO W/sGzF1lV88Eh4xSi5+fGeATe5WKZ8azLOsZecZFGvaTEsOH5u kK1g9d5OjmDl2MYzdc2DEVT2/9SkYrjjiJ3ziBBZ1c+LRof8PK gje8tbjK60cJoVLN9E8Q= X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130621_190458_956622_95BC9EEB X-CRM114-Status: UNSURE ( 6.41 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) Cc: 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-5.7 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 Selecting this symbol causes a build warning without SMP: warning: (ARCH_KEYSTONE) selects ARM_ERRATA_798181 which has unmet direct dependencies (CPU_V7 && SMP) Signed-off-by: Arnd Bergmann Cc: Santosh Shilimkar Acked-by: Santosh Shilimkar diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig index 2dbd4ce..51a50e9 100644 --- a/arch/arm/mach-keystone/Kconfig +++ b/arch/arm/mach-keystone/Kconfig @@ -9,7 +9,7 @@ config ARCH_KEYSTONE select GENERIC_CLOCKEVENTS select HAVE_SCHED_CLOCK select ARCH_WANT_OPTIONAL_GPIOLIB - select ARM_ERRATA_798181 + select ARM_ERRATA_798181 if SMP help Support for boards based on the Texas Instruments Keystone family of SoCs.