From patchwork Fri Jan 31 22:06:30 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 3563941 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 55B9EC02DC for ; Fri, 31 Jan 2014 22:07:12 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5FDB720253 for ; Fri, 31 Jan 2014 22:07:11 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4C36F201FD for ; Fri, 31 Jan 2014 22:07:10 +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 1W9MEs-0000MU-DT; Fri, 31 Jan 2014 22:07:06 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1W9MEq-0006b2-0w; Fri, 31 Jan 2014 22:07:04 +0000 Received: from mail-oa0-x236.google.com ([2607:f8b0:4003:c02::236]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1W9MEo-0006ag-0U for linux-arm-kernel@lists.infradead.org; Fri, 31 Jan 2014 22:07:02 +0000 Received: by mail-oa0-f54.google.com with SMTP id i4so5983092oah.27 for ; Fri, 31 Jan 2014 14:06:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=HZnnNIrOETFwukrgBUm5tHx2jzo06RHXRRxYlOQoElg=; b=pMy6mehQRQQj8IoyeD+f2zDySUXbAyvXbqojGTgEunoFfnOCFCvweV6tLD3C74n9iv 01sdS/qZfl0DUy1WvXeUnl95u5yToav3ig8fvO7aC3xvSyVITQ1rr3l5eIU2GCQZsAvr AGWWHbkx33UVhGfqJiNsKIjuYRRrBYws4WnWEPaJ6sdFciui0uJcIgyLicPpk5+RlJ+2 oqeW98uKPfynvlg1LlT0gqTRI0eSQKoarVTSDiCnnt9d9D/E37ao6syeea/9Q0ZxGpZn r0/kquWoXByXtPTXfLEe1jQQRtbWwRRZs7qYNj8KGFGpy2Bm//0NB60CMdFpKMbygzeX 2O6Q== X-Received: by 10.60.80.137 with SMTP id r9mr18788312oex.30.1391205997345; Fri, 31 Jan 2014 14:06:37 -0800 (PST) Received: from localhost.localdomain (65-36-73-129.dyn.grandenetworks.net. [65.36.73.129]) by mx.google.com with ESMTPSA id tr10sm18689143obb.6.2014.01.31.14.06.36 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 31 Jan 2014 14:06:36 -0800 (PST) From: Rob Herring To: arm@kernel.org Subject: [PATCH] ARM: hisi: don't select SMP Date: Fri, 31 Jan 2014 16:06:30 -0600 Message-Id: <1391205990-22506-1-git-send-email-robherring2@gmail.com> X-Mailer: git-send-email 1.8.3.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140131_170702_099468_A6D70B02 X-CRM114-Status: UNSURE ( 8.74 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.8 (-) Cc: Rob Herring , linux-arm-kernel@lists.infradead.org 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.7 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 From: Rob Herring SMP is a user configurable option, not a hardware feature and should not be selected. Signed-off-by: Rob Herring --- arch/arm/mach-hisi/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-hisi/Kconfig b/arch/arm/mach-hisi/Kconfig index 018ad67..8f4649b 100644 --- a/arch/arm/mach-hisi/Kconfig +++ b/arch/arm/mach-hisi/Kconfig @@ -12,6 +12,5 @@ config ARCH_HI3xxx select HAVE_SMP select PINCTRL select PINCTRL_SINGLE - select SMP help Support for Hisilicon Hi36xx/Hi37xx processor family