From patchwork Thu Nov 14 00:46:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 3180471 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 6F31AC045B for ; Thu, 14 Nov 2013 00:50:19 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B63E120928 for ; Thu, 14 Nov 2013 00:50:18 +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 A759F20939 for ; Thu, 14 Nov 2013 00:50:17 +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 1Vgl87-0000QR-Vy; Thu, 14 Nov 2013 00:49:56 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vgl85-00015v-Dh; Thu, 14 Nov 2013 00:49:53 +0000 Received: from mail-pa0-f44.google.com ([209.85.220.44]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vgl81-00015M-7z for linux-arm-kernel@lists.infradead.org; Thu, 14 Nov 2013 00:49:50 +0000 Received: by mail-pa0-f44.google.com with SMTP id hz1so1230128pad.17 for ; Wed, 13 Nov 2013 16:49:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=LRvh19xOgMuJ1ezqJKJ8PG3FcjaoG6gil8Bls92cvKE=; b=ItNUKHiRQGSEr8NhwB/NpfWtLJ3M2JK0rFE7x3QN//1xZM83z0tGkq63hXrbo6cUYn q32A290Z7kFGlaSCSCWeZMIw6DcN/5n9rJhf/IKaunpPnDhZWmgnoOhPkhfufNW3seg7 ZjX1Ce6mrIkTjN7c352qKQG0EzNr4t6L1IZl2vwwcYHLC4viNqWeBdWFt15Ob2HnVJXP Ku9iaaiUR9Ut/2yPlzQiRhtaHq9mg9ktC/VdqgpGM5Bm6+pL+dYuPrCqpT56ivJD/UKH ejaTehIQleAiBEQaiasNTOfhTXvEXL/N+7K5gqqR+6O5e9N4CcvQCMPH2TCLASlJOQv0 RhOw== X-Gm-Message-State: ALoCoQlUMdNgj3iRKznPXUyfMW7sTwWaBRtTZhXnKIDuH02h3BJz4SRXkIKKNmGI+Wx7qhH4rX3q X-Received: by 10.66.129.141 with SMTP id nw13mr11845247pab.167.1384390165558; Wed, 13 Nov 2013 16:49:25 -0800 (PST) Received: from quad.lixom.net (173-13-129-225-sfba.hfc.comcastbusiness.net. [173.13.129.225]) by mx.google.com with ESMTPSA id oj6sm54904561pab.9.2013.11.13.16.49.24 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 13 Nov 2013 16:49:24 -0800 (PST) From: Olof Johansson To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 2/2] ARM: highbank: only select errata 764369 if SMP Date: Wed, 13 Nov 2013 16:46:14 -0800 Message-Id: <1384389974-6229-2-git-send-email-olof@lixom.net> X-Mailer: git-send-email 1.8.4.1.601.g02b3b1d In-Reply-To: <1384389974-6229-1-git-send-email-olof@lixom.net> References: <1384389974-6229-1-git-send-email-olof@lixom.net> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131113_194949_353916_CDDC600A X-CRM114-Status: GOOD ( 10.05 ) X-Spam-Score: -2.6 (--) Cc: Olof Johansson , Rob Herring 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 764369 depends on SMP, so don't select it on !SMP configs. Signed-off-by: Olof Johansson Cc: Rob Herring Acked-by: Rob Herring --- arch/arm/mach-highbank/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-highbank/Kconfig b/arch/arm/mach-highbank/Kconfig index fe98df44579c..6e1d72326454 100644 --- a/arch/arm/mach-highbank/Kconfig +++ b/arch/arm/mach-highbank/Kconfig @@ -6,7 +6,7 @@ config ARCH_HIGHBANK select ARCH_HAS_OPP select ARCH_WANT_OPTIONAL_GPIOLIB select ARM_AMBA - select ARM_ERRATA_764369 + select ARM_ERRATA_764369 if SMP select ARM_ERRATA_775420 select ARM_ERRATA_798181 select ARM_GIC