From patchwork Mon May 29 14:48:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Corbet X-Patchwork-Id: 13258685 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 04F95C7EE29 for ; Mon, 29 May 2023 14:49:56 +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=hJhDg7TOhFeF1MjZAGPoq5kLczOEBIZyFrLnjX8k6Vs=; b=pTPXDWfGa2lj5W 2D9/f9d9+MU/ntCUk6pvu0LWRk0FJt90ROPsbc6Bmx2lwryj/FBp2nXw3EmSEC6ZgyUCWRilacaoP zTHtHIO97+8ce3j4mN0AulxT4dlwBAUZksyE/pXcqrndq1wq4q+0za+Lbrb0wcLFSAPB1vDHs4PWr SxMxJtG1IajpZKgSHoWIspWisKgZN6Iis9IvpR6n02W/s4gyBWSwKrtjSS7c1Fe/z5wy4nAEVlrEn z8tH5VqgNl/nd3H5yoAmaiq6Mmqa/o+O0XxW5YdMkzQn183l+Rs4Kulxx19xSLv38pSXqQa1GQOiD 6mzPpkH/UzGSEakXYFRg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q3eBk-00ApW5-0q; Mon, 29 May 2023 14:49:36 +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 1q3eBe-00ApSG-2x for linux-arm-kernel@lists.infradead.org; Mon, 29 May 2023 14:49:32 +0000 Received: from tp8.. (mdns.lwn.net [45.79.72.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id C5DA2907; Mon, 29 May 2023 14:49:28 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net C5DA2907 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1685371770; bh=MJb91rfbyeDMNEkLwCwXqy7phkjSMP9NzxdT5e8DDYk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=cx31VTCwcoexvx2jhgmTgfGBeENQrjZLoiJ9MgFfAy+J2YdmOHgmYUJFbkesUnHw7 9aWqhtNlosZHpCKbc8N6pYArq55TbJIgd66R6JISh1BIuC4M2Kwf24unUZbMMjTwXW TqgGxUIQXhF+WhLuLqU3gWAW24GEKEbVhciCnz/0SJ+bihT3ruG/zoXer+OC7Rfkv2 7hmGqJJ2l4BjnNmxjZ8B27Tx/WWfSnUMWN4rjJ71xbQaZSJ4lZPJYrxJHhJp6oa0GN 0huMSu5F/EWP60EpN2vy/G6ggxbI7bn+VIan9mTzxUmJJNSsHzeeo/BaVO04Ks0fqR k4ovxeARntFHQ== From: Jonathan Corbet To: linux-doc@vger.kernel.org Cc: linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jonathan Corbet , Thomas Bogendoerfer , linux-mips@vger.kernel.org, Florian Fainelli Subject: [PATCH v2 4/7] mips: update a reference to a moved Arm Document Date: Mon, 29 May 2023 08:48:53 -0600 Message-Id: <20230529144856.102755-5-corbet@lwn.net> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230529144856.102755-1-corbet@lwn.net> References: <20230529144856.102755-1-corbet@lwn.net> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230529_074930_970427_F9B1037C X-CRM114-Status: GOOD ( 14.82 ) 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: Thomas Bogendoerfer Cc: linux-mips@vger.kernel.org Acked-by: Florian Fainelli Signed-off-by: Jonathan Corbet --- 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