From patchwork Fri May 19 16:46:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Jonathan Corbet X-Patchwork-Id: 13248577 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 69B84C7EE26 for ; Fri, 19 May 2023 16:47:32 +0000 (UTC) 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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Bpjp+kPEua3EiNVCPsV0Ee9DKKOz3thi1sIIjyFkce8=; b=Ti1ReVh1erw4ae mel8ffZvgAvF1dOD82HdGK1INsDTRyAQral3irmf7BmMgBudQS74nrQTUV/ku1L3D/GGyI/PpyMve zpbtXwzEssujFz+C0Wm3rBBYr2qCxZDdiuqGFvclVEdgiPnSeXQobBSfW/s9S2gy8tECwwK2S8JXv AS74FuhaqWnjKt1CmKr0nIo2RlJpYzF423+CwNeK5pJeLyACZt8I/l1nj2fN+Mdcg0kYGU5emhRtH FTfFzRi4/iAa1R6yJYaT95Fsgx1CgKR0K7WC5yiPpgIjF9Wd6tme8bHWNNdKjTQ5SKD5Fzb/5v55a zFSNbQrRBNkpC1HdLDJg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q03FV-00GklX-12; Fri, 19 May 2023 16:46:37 +0000 Received: from ms.lwn.net ([2600:3c01:e000:3a1::42]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q03FF-00Gkdk-2p for linux-arm-kernel@lists.infradead.org; Fri, 19 May 2023 16:46:24 +0000 Received: from meer.lwn.net (unknown [IPv6:2601:281:8300:73::5f6]) by ms.lwn.net (Postfix) with ESMTPA id 3333819A1; Fri, 19 May 2023 16:46:20 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 3333819A1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1684514780; bh=Typx73HH5Gd+kwsk85KMjj7kbllgRR94xrmNw2BZIlU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=WYI9WZkuzzYdOF/ltlyGKGxTsSsq8BvSweA7Cnufsie0rpDev0ptv3ow+LRSTtmlx H/F+kFYDi6PAlZAEKinva456styPUODrq/wK0uk6CqIjrtH3sHPPzGjHj04Q8do8Yj uzE97B3xrKEVOlD4H6E6iXctDnVsyJccoDBtsU/Stf/JwKwzGm5rGP5e1und4nj3mx I7N2UhDJCd4yVLpJTNmmSe25xPbPvtUL3PC7Mr3k2TNl8U0LFJEOpIZBtC8Na/USdm tMJ500oLGErYfQB+9qXtsn0t8bRgKO4Hc1Ba0xJPoszewn4jS1N9/Pvyq/zKeyB63+ aubfm6Tg3CusQ== From: Jonathan Corbet To: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jonathan Corbet , Florian Fainelli , Thomas Bogendoerfer , linux-mips@vger.kernel.org Subject: [PATCH 4/7] mips: update a reference to a moved Arm Document Date: Fri, 19 May 2023 10:46:04 -0600 Message-Id: <20230519164607.38845-5-corbet@lwn.net> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230519164607.38845-1-corbet@lwn.net> References: <20230519164607.38845-1-corbet@lwn.net> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230519_094621_932551_3B530746 X-CRM114-Status: GOOD ( 12.58 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Arm documentation has moved to Documentation/arch/arm; update a reference in arch/mips/bmips/setup.c to match. Cc: Florian Fainelli Cc: Thomas Bogendoerfer Cc: linux-mips@vger.kernel.org Signed-off-by: Jonathan Corbet Acked-by: Florian Fainelli Reviewed-by: Philippe Mathieu-Daudé --- arch/mips/bmips/setup.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/mips/bmips/setup.c b/arch/mips/bmips/setup.c index 549a6392a3d2..053805cb741c 100644 --- a/arch/mips/bmips/setup.c +++ b/arch/mips/bmips/setup.c @@ -178,7 +178,10 @@ void __init plat_mem_setup(void) ioport_resource.start = 0; ioport_resource.end = ~0; - /* intended to somewhat resemble ARM; see Documentation/arm/booting.rst */ + /* + * intended to somewhat resemble ARM; see + * Documentation/arch/arm/booting.rst + */ if (fw_arg0 == 0 && fw_arg1 == 0xffffffff) dtb = phys_to_virt(fw_arg2); else