From patchwork Thu May 15 17:58:09 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Elder X-Patchwork-Id: 4184781 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 F2A31BFF02 for ; Thu, 15 May 2014 18:01:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 384EF202FF for ; Thu, 15 May 2014 18:01:36 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (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 66A262017D for ; Thu, 15 May 2014 18:01:35 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wkzvn-0007dV-Ol; Thu, 15 May 2014 17:58:59 +0000 Received: from mail-ig0-f180.google.com ([209.85.213.180]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WkzvN-00071g-4S for linux-arm-kernel@lists.infradead.org; Thu, 15 May 2014 17:58:33 +0000 Received: by mail-ig0-f180.google.com with SMTP id c1so1320628igq.1 for ; Thu, 15 May 2014 10:58:11 -0700 (PDT) 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=xEkgYayc6w6zrJPQggp24tV+QofE6SDF9CzFUi6ZKeA=; b=lEzKjOmV9JEsAZ1t2yIuqpM6iHwZuyT5exaoR1OHR1jXb01Ww0v9h6TAbebWjfAaer o4/wL3CL1w4BsoVpRVKA1qF5rhxzNrBL7b0OSQr4fystGEVk4RG84QfG0xCr118JCi4d Oigeiz9AlV+5woM5m7VgyW5aTTCzaWiOLK3MEZiQhAmgfuRxUP9AD+VDCokY08rpPT34 aIxIF0LUKPaw0iQKpJcsu9px9jze+sOei/eNkY84hsC5CA8O+y+ksY5DwerPMbS0s1PX xuqcRNJ1a8clGarBupFaBj5eAWjA0k5n0SP4/To9FKggfko4jQVz6rDM1gZRaHQkEiCc la6g== X-Gm-Message-State: ALoCoQmMisMiMLGw91Pq9ZXsilTul5TaYOLV7Hye9MgN8zk04lLQS9BDLrFiHt7x2r0lLY0zBbO5 X-Received: by 10.42.201.212 with SMTP id fb20mr11363961icb.56.1400176691338; Thu, 15 May 2014 10:58:11 -0700 (PDT) Received: from localhost.localdomain (c-71-195-31-37.hsd1.mn.comcast.net. [71.195.31.37]) by mx.google.com with ESMTPSA id ql7sm47185754igc.19.2014.05.15.10.58.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 15 May 2014 10:58:09 -0700 (PDT) From: Alex Elder To: mporter@linaro.org, bcm@fixthebug.org, linux@arm.linux.org.uk, devicetree@vger.kernel.org, arnd@arndb.de, sboyd@codeaurora.org Subject: [PATCH v3 RESEND 3/5] ARM: configs: enable SMP in bcm_defconfig Date: Thu, 15 May 2014 12:58:09 -0500 Message-Id: <1400176691-26058-4-git-send-email-elder@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1400176691-26058-1-git-send-email-elder@linaro.org> References: <1400176691-26058-1-git-send-email-elder@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140515_105833_245922_F599201A X-CRM114-Status: UNSURE ( 8.95 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: bcm-kernel-feedback-list@broadcom.com, linux-kernel@vger.kernel.org, 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=-2.5 required=5.0 tests=BAYES_00,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 Also explicitly set CONFIG_NR_CPUS to 2, limiting it to the most we currently need. Signed-off-by: Ray Jui Signed-off-by: Alex Elder --- arch/arm/configs/bcm_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/bcm_defconfig b/arch/arm/configs/bcm_defconfig index 3df3f3a..626f077 100644 --- a/arch/arm/configs/bcm_defconfig +++ b/arch/arm/configs/bcm_defconfig @@ -24,6 +24,7 @@ CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y # CONFIG_BLK_DEV_BSG is not set CONFIG_PARTITION_ADVANCED=y +CONFIG_SMP=y CONFIG_ARCH_BCM=y CONFIG_ARCH_BCM_MOBILE=y CONFIG_ARM_THUMBEE=y