From patchwork Tue Mar 19 21:27:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Bolle X-Patchwork-Id: 2304601 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id AD150DFB79 for ; Tue, 19 Mar 2013 21:30:44 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UI44F-000142-Tx; Tue, 19 Mar 2013 21:27:35 +0000 Received: from cpsmtpb-ews07.kpnxchange.com ([213.75.39.10]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UI44C-00013R-2b for linux-arm-kernel@lists.infradead.org; Tue, 19 Mar 2013 21:27:33 +0000 Received: from cpsps-ews18.kpnxchange.com ([10.94.84.184]) by cpsmtpb-ews07.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Tue, 19 Mar 2013 22:25:59 +0100 Received: from CPSMTPM-TLF102.kpnxchange.com ([195.121.3.5]) by cpsps-ews18.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Tue, 19 Mar 2013 22:25:58 +0100 Received: from [192.168.1.101] ([212.123.139.93]) by CPSMTPM-TLF102.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Tue, 19 Mar 2013 22:27:29 +0100 Message-ID: <1363728449.1390.38.camel@x61.thuisdomein> Subject: [PATCH] ARM: remove unused "config XSCALE_PMU" From: Paul Bolle To: Russell King Date: Tue, 19 Mar 2013 22:27:29 +0100 X-Mailer: Evolution 3.4.4 (3.4.4-2.fc17) Mime-Version: 1.0 X-OriginalArrivalTime: 19 Mar 2013 21:27:29.0627 (UTC) FILETIME=[8F5862B0:01CE24E8] X-RcptDomain: lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130319_172732_285828_7536379B X-CRM114-Status: UNSURE ( 8.15 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (pebolle[at]tiscali.nl) -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [213.75.39.10 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org The only reference to Kconfig symbol XSCALE_PMU got removed in v3.7, with commit f0d1bc47953743aef9d2ed5326bc5973a3db08ab ("ARM: pmu: remove unused reservation mechanism"). We can remove the Kconfig entry for this unused symbol now. Signed-off-by: Paul Bolle --- Untested. arch/arm/Kconfig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 2c3bdce..0ff7081 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1189,11 +1189,6 @@ config IWMMXT Enable support for iWMMXt context switching at run time if running on a CPU that supports it. -config XSCALE_PMU - bool - depends on CPU_XSCALE - default y - config MULTI_IRQ_HANDLER bool help