From patchwork Tue Apr 28 16:17:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Valentin Rothberg X-Patchwork-Id: 6291011 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id ECBF89F389 for ; Tue, 28 Apr 2015 16:20:33 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D858520221 for ; Tue, 28 Apr 2015 16:20:32 +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 B0D8020220 for ; Tue, 28 Apr 2015 16:20:28 +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 1Yn8DK-00043d-LF; Tue, 28 Apr 2015 16:18:26 +0000 Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Yn8DG-0003yH-8I for linux-arm-kernel@lists.infradead.org; Tue, 28 Apr 2015 16:18:22 +0000 Received: by wgin8 with SMTP id n8so157114028wgi.0 for ; Tue, 28 Apr 2015 09:18:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=wbAXAmbsPraS+kkaUYOjnC0T7qQ3z6zAwxxwd4KfCxk=; b=Lns4nCUmSilWmVBS4G8g0+b4an3XpJdICiR8kZpf148dmFh5truDLrae0wA3sGlU90 egFWceg312gLWHux0Eei+SBVc+OZxZ8+BtNB5YJNadVEp3s53+2MMevLU+s6MDs4URC/ 8wCnSv24v4BYTKwg8f64u6t8wDro3vx28MdvR3vt4u0PYHjcriYVc0nF/B6GURzQN8O3 SwlQjw0zW/QtOK89pg9rRHAM0DxVrrewE10Jamj+eyoWTyoLHA+JZN9OX63rJNvrjcjN mWZjxoM7kHcFz3WAK2gnd1OnladrErduaAMu9uuf2ptYM27tX0qTKI4eQ4eN5HDs+Xoa id5g== X-Received: by 10.180.74.132 with SMTP id t4mr32089563wiv.55.1430237880355; Tue, 28 Apr 2015 09:18:00 -0700 (PDT) Received: from localhost.localdomain (bob75-9-88-181-3-117.fbx.proxad.net. [88.181.3.117]) by mx.google.com with ESMTPSA id n1sm17132552wix.0.2015.04.28.09.17.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 28 Apr 2015 09:17:59 -0700 (PDT) From: Valentin Rothberg To: linux@arm.linux.org.uk, nsekhar@ti.com, stefano.stabellini@eu.citrix.com, nico@linaro.org, christoffer.dall@linaro.org, ard.biesheuvel@linaro.org, haojian.zhuang@gmail.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] arm: remove comments on CPU_ARM1020_CPU_IDLE Date: Tue, 28 Apr 2015 18:17:25 +0200 Message-Id: <1430237845-14714-1-git-send-email-valentinrothberg@gmail.com> X-Mailer: git-send-email 2.1.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150428_091822_463974_37E1415A X-CRM114-Status: UNSURE ( 9.07 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: Valentin Rothberg X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham 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 CPU_ARM1020_CPU_IDLE is not defined in Kconfig. The last reference on LKML dates back to 2001, so we can safely remove the comments to make static analysis tools happy. Signed-off-by: Valentin Rothberg --- I detected this issue with scripts/checkkconfigsymbols.py --- arch/arm/mm/proc-arm1020.S | 2 -- arch/arm/mm/proc-arm1020e.S | 2 -- 2 files changed, 4 deletions(-) diff --git a/arch/arm/mm/proc-arm1020.S b/arch/arm/mm/proc-arm1020.S index aa0519eed698..774ef1323554 100644 --- a/arch/arm/mm/proc-arm1020.S +++ b/arch/arm/mm/proc-arm1020.S @@ -22,8 +22,6 @@ * * These are the low level assembler for performing cache and TLB * functions on the arm1020. - * - * CONFIG_CPU_ARM1020_CPU_IDLE -> nohlt */ #include #include diff --git a/arch/arm/mm/proc-arm1020e.S b/arch/arm/mm/proc-arm1020e.S index bff4c7f70fd6..ae3c27b71594 100644 --- a/arch/arm/mm/proc-arm1020e.S +++ b/arch/arm/mm/proc-arm1020e.S @@ -22,8 +22,6 @@ * * These are the low level assembler for performing cache and TLB * functions on the arm1020e. - * - * CONFIG_CPU_ARM1020_CPU_IDLE -> nohlt */ #include #include