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=-10.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 68CBDC48BE5 for ; Tue, 15 Jun 2021 16:18:30 +0000 (UTC) Received: from bombadil.infradead.org (unknown [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 2CDC961076 for ; Tue, 15 Jun 2021 16:18:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2CDC961076 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+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.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=tAumTNuLRbIFARrDufxQVYAr0WhPTHDd5Vqb9tW3B6c=; b=eGeI45j26TyW/E pAO2lcmewGoopKl7AwKcY9hkhqr3faZK0JSWjDKpXLUrqsQfoFXExMBnCOdTfDjtA6ypYmnIbP98L n7IFturGkjmZ0b0+3mLp0QE5e8tW81588nMrYsrmh1haC4p0RFCF8DTdYkKwaS1n9yp/QJIHnhndw 9Mdov4yf08UCew+unHRM2yMcd4aE1sdjV/Ty0hTQrQst36e8Jtd6MWKh2w5nN4lWJZTJN0UawTPyW K81XLGctyn8Gs0zGBEBB1KeIQi1e4jABmbLVRNlKOBL+5RFIrN8wbBHDNJitD9Mw8ivW9hYiuPAG/ 9CK6B5EPjNE5oacpVOlg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lt9Bn-000CPX-3D; Tue, 15 Jun 2021 13:33:11 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lt9BG-000CGS-UI for linux-arm-kernel@lists.infradead.org; Tue, 15 Jun 2021 13:32:40 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id D08466146D; Tue, 15 Jun 2021 13:32:37 +0000 (UTC) Date: Tue, 15 Jun 2021 14:32:35 +0100 From: Catalin Marinas To: Dong Aisheng Cc: linux-arm-kernel@lists.infradead.org, dongas86@gmail.com, Will Deacon Subject: Re: [PATCH 3/4] arm64: mm: drop unused __pa(__idmap_text_start) Message-ID: <20210615133235.GH26027@arm.com> References: <20210518101405.1048860-1-aisheng.dong@nxp.com> <20210518101405.1048860-4-aisheng.dong@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210518101405.1048860-4-aisheng.dong@nxp.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210615_063239_031103_876CFDFA X-CRM114-Status: UNSURE ( 8.14 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org + Will On Tue, May 18, 2021 at 06:14:04PM +0800, Dong Aisheng wrote: > x5 is not used in the following map_memory. Instead, > __pa(__idmap_text_start) is stored in x3 which is used later. > > Signed-off-by: Dong Aisheng Acked-by: Catalin Marinas _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel