From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wolverine02.qualcomm.com ([199.106.114.251]:16914 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756012Ab0IIT6d (ORCPT ); Thu, 9 Sep 2010 15:58:33 -0400 From: Daniel Walker Subject: [PATCH 2/4] arm: dis-allow hotplug on MSM Date: Thu, 9 Sep 2010 12:58:07 -0700 Message-Id: <1284062289-10914-3-git-send-email-dwalker@codeaurora.org> In-Reply-To: <1284062289-10914-1-git-send-email-dwalker@codeaurora.org> References: <1284062289-10914-1-git-send-email-dwalker@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-ID: To: Russell King - ARM Linux Cc: Catalin Marinas , Jeff Ohlstein , linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Daniel Walker MSM doesn't support hotplug, so we prevent it from being select with this added line. Signed-off-by: Daniel Walker --- arch/arm/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d2dfbc2..829dd67 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1211,6 +1211,7 @@ config NR_CPUS config HOTPLUG_CPU bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" depends on SMP && HOTPLUG && EXPERIMENTAL + depends on !ARCH_MSM help Say Y here to experiment with turning CPUs off and on. CPUs can be controlled through /sys/devices/system/cpu. -- 1.7.1