From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, T_DKIMWL_WL_HIGH,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B37AAC04AB5 for ; Mon, 3 Jun 2019 18:45:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7EE542716B for ; Mon, 3 Jun 2019 18:45:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559587557; bh=XZC3VI+5ueBhTr7pzFiAYJE8N7PIcQknuyrcmxqjwuQ=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=JPXhp29X5ugQmUkaoIE/UI+J2PlXyGslEpBKgODy6uGbA39StxpmxYDClDkObu5S7 ClBKY+ggh6uSrasDxIhw6ZyA64NAvnLSns50hviBqoQNHvhrs48adM+tmIswT8pQBb N78oBvWQOG7nAyIMKxYQmPjdKM4i07cDGgxLF2/c= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726693AbfFCSp4 (ORCPT ); Mon, 3 Jun 2019 14:45:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:45876 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726055AbfFCSp4 (ORCPT ); Mon, 3 Jun 2019 14:45:56 -0400 Received: from mail-lf1-f49.google.com (mail-lf1-f49.google.com [209.85.167.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2E83A271B3 for ; Mon, 3 Jun 2019 18:45:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559587555; bh=XZC3VI+5ueBhTr7pzFiAYJE8N7PIcQknuyrcmxqjwuQ=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=QgVGgdQlu6pDwp8TBJ2gCZzg4NjX+5M1bhfyQVV5XLxCQti0unDuCJnW6JO+yn6T6 yWsABw+QS3g8fEZg5scyap/CarIMIhUuDODx1cMvXH5ae5y6T8COu1iRLsvoUClEoh biP07qRfmVt+4mNjseU726Viqp49OvpxIQuWTk7A= Received: by mail-lf1-f49.google.com with SMTP id r15so14399760lfm.11 for ; Mon, 03 Jun 2019 11:45:55 -0700 (PDT) X-Gm-Message-State: APjAAAUBA62n2lUE7WHDdylKLLv6eFj/8n66Quq9Nqn8x7PDvLMycXqi RRukPKg2HPvxJ9oMdaqrQEWR95b/GxuvgLKje2I= X-Google-Smtp-Source: APXvYqz/rPo8PeUylTkBrW15k2bj+BP8YGTrHBhXfG2bJNxSHVBgdyXNl6JkMSZGLhJN64BxysX/gtDAZa8j7SvVCr0= X-Received: by 2002:ac2:514b:: with SMTP id q11mr14683046lfd.33.1559587553422; Mon, 03 Jun 2019 11:45:53 -0700 (PDT) MIME-Version: 1.0 References: <20190512114105.41792-1-yuehaibing@huawei.com> In-Reply-To: <20190512114105.41792-1-yuehaibing@huawei.com> From: Krzysztof Kozlowski Date: Mon, 3 Jun 2019 20:45:41 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] ARM: mm: remove unused variables To: YueHaibing Cc: linux@armlinux.org.uk, rppt@linux.ibm.com, akpm@linux-foundation.org, geert+renesas@glider.be, keescook@chromium.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 12 May 2019 at 13:51, YueHaibing wrote: > > Fix gcc warnings: > > arch/arm/mm/init.c: In function 'mem_init': > arch/arm/mm/init.c:456:13: warning: unused variable 'itcm_end' [-Wunused-variable] > extern u32 itcm_end; > ^ > arch/arm/mm/init.c:455:13: warning: unused variable 'dtcm_end' [-Wunused-variable] > extern u32 dtcm_end; > ^ > > They are not used any more since > commit 1c31d4e96b8c ("ARM: 8820/1: mm: Stop printing the virtual memory layout") > > Signed-off-by: YueHaibing > --- > arch/arm/mm/init.c | 6 ------ > 1 file changed, 6 deletions(-) Reviewed-by: Krzysztof Kozlowski Did you submit it to Russell's patch system? Best regards, Krzysztof From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 869EBC04AB5 for ; Mon, 3 Jun 2019 18:46:03 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5880327166 for ; Mon, 3 Jun 2019 18:46:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="tENu3UV2"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="QgVGgdQl" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5880327166 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=5mpe2xteV4z2egNJYal8EflSmNKFq/cqZ+DqfHftsDg=; b=tENu3UV2mY40Yj kU2tS3BNrBBh/ZNSfxLY6vG0gLuCmc/iHbqSDytRN2M13EQVcHzPNlZI7XW45hF5OQL1d1fUGhw8W 1HVs6BpDwfROKPR6mTftP5YFd9HDZ1997S3DAzJIuVEmdBM52jTKfSWRyjhZT2VCv+gFSs+g1wXPy 3T/iXSPZr4RGGHiyJETXbhefkxCImVVPsCkKq2jfHnrPNY5oxbbHcyV3zza6nbrnqPhiZf3hlRhW1 We3bzgO4Zz2SGGT3XiHYLuLqaht86XSVuCIvmZEMyrURillv+O50EhUX1JvkHz//Y5DboU4k5bkEr yuPzAkhxJgeAT5TaqdcA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hXry2-0006Te-KG; Mon, 03 Jun 2019 18:45:58 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hXry0-0006TJ-Cw for linux-arm-kernel@lists.infradead.org; Mon, 03 Jun 2019 18:45:57 +0000 Received: from mail-lf1-f45.google.com (mail-lf1-f45.google.com [209.85.167.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1E63627199 for ; Mon, 3 Jun 2019 18:45:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559587555; bh=XZC3VI+5ueBhTr7pzFiAYJE8N7PIcQknuyrcmxqjwuQ=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=QgVGgdQlu6pDwp8TBJ2gCZzg4NjX+5M1bhfyQVV5XLxCQti0unDuCJnW6JO+yn6T6 yWsABw+QS3g8fEZg5scyap/CarIMIhUuDODx1cMvXH5ae5y6T8COu1iRLsvoUClEoh biP07qRfmVt+4mNjseU726Viqp49OvpxIQuWTk7A= Received: by mail-lf1-f45.google.com with SMTP id 136so2882609lfa.8 for ; Mon, 03 Jun 2019 11:45:55 -0700 (PDT) X-Gm-Message-State: APjAAAUf05zR21Tc50gQfZ2SeXOnu1r3kljoXo2dy4UD+VsuEXSvOEop OQXUtHnl5uPwdAamVCOdivBb7Rr40k6I4gw6I1Q= X-Google-Smtp-Source: APXvYqz/rPo8PeUylTkBrW15k2bj+BP8YGTrHBhXfG2bJNxSHVBgdyXNl6JkMSZGLhJN64BxysX/gtDAZa8j7SvVCr0= X-Received: by 2002:ac2:514b:: with SMTP id q11mr14683046lfd.33.1559587553422; Mon, 03 Jun 2019 11:45:53 -0700 (PDT) MIME-Version: 1.0 References: <20190512114105.41792-1-yuehaibing@huawei.com> In-Reply-To: <20190512114105.41792-1-yuehaibing@huawei.com> From: Krzysztof Kozlowski Date: Mon, 3 Jun 2019 20:45:41 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] ARM: mm: remove unused variables To: YueHaibing X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190603_114556_457263_6477579F X-CRM114-Status: GOOD ( 10.67 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: keescook@chromium.org, geert+renesas@glider.be, linux-kernel@vger.kernel.org, linux@armlinux.org.uk, akpm@linux-foundation.org, rppt@linux.ibm.com, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, 12 May 2019 at 13:51, YueHaibing wrote: > > Fix gcc warnings: > > arch/arm/mm/init.c: In function 'mem_init': > arch/arm/mm/init.c:456:13: warning: unused variable 'itcm_end' [-Wunused-variable] > extern u32 itcm_end; > ^ > arch/arm/mm/init.c:455:13: warning: unused variable 'dtcm_end' [-Wunused-variable] > extern u32 dtcm_end; > ^ > > They are not used any more since > commit 1c31d4e96b8c ("ARM: 8820/1: mm: Stop printing the virtual memory layout") > > Signed-off-by: YueHaibing > --- > arch/arm/mm/init.c | 6 ------ > 1 file changed, 6 deletions(-) Reviewed-by: Krzysztof Kozlowski Did you submit it to Russell's patch system? Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel