From nobody Mon Feb 9 19:25:57 2026 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D8A61C6FD1C for ; Thu, 23 Mar 2023 22:20:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231630AbjCWWUW (ORCPT ); Thu, 23 Mar 2023 18:20:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48326 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231556AbjCWWUG (ORCPT ); Thu, 23 Mar 2023 18:20:06 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 43BD323A62; Thu, 23 Mar 2023 15:20:05 -0700 (PDT) Received: from meer.lwn.net (unknown [IPv6:2601:281:8300:73::5f6]) by ms.lwn.net (Postfix) with ESMTPA id 801017F9; Thu, 23 Mar 2023 22:20:04 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 801017F9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1679610004; bh=GMFWdWYJCGmh8Kpc1j6SBPSjQaQPXeqtXldToZ39nMY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=JfIrtwRnNh9NKjhq/v5mxWPI8KWmQkgtHQiTVQNrHULu3mMcJqsRQ3xHSUQYNCmBs /zf0zDPFkWvFIqY+ys1xzkC/otB1aJopNRl3+6hA2PUE7PiAxrY9m92McBFWDQ4eT0 bbAnPLkCFW6+I3KQ0wHDzLyM686c3UKS1wiW6Qk5vQKhDecB7iOIb2/O+8AtgWGkdI w3qLO+U7uzDkbWXn6OQsSzuk/MdrvufhZyUAExKi4W8mSPRPulncCJbPAndtnsJxKd 7353yEDuh5TCCqJ95Tyt0cdh8r7c7Vl8OJMRxWGfey5UsSx4zZPv9T256jXEn8EqFr laNjamGZ6raRw== From: Jonathan Corbet To: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Jonathan Corbet , Yoshinori Sato , Rich Felker , John Paul Adrian Glaubitz Subject: [PATCH 4/6] docs: move superh documentation under Documentation/arch/ Date: Thu, 23 Mar 2023 16:19:46 -0600 Message-Id: <20230323221948.352154-5-corbet@lwn.net> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230323221948.352154-1-corbet@lwn.net> References: <20230323221948.352154-1-corbet@lwn.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Architecture-specific documentation is being moved into Documentation/arch/ as a way of cleaning up the top-level documentation directory and making the docs hierarchy more closely match the source hierarchy. Move Documentation/sh into arch/ and fix all in-tree references. Cc: Yoshinori Sato Cc: Rich Felker Cc: John Paul Adrian Glaubitz Signed-off-by: Jonathan Corbet --- Documentation/arch/index.rst | 2 +- Documentation/{ =3D> arch}/sh/booting.rst | 0 Documentation/{ =3D> arch}/sh/features.rst | 0 Documentation/{ =3D> arch}/sh/index.rst | 0 Documentation/{ =3D> arch}/sh/new-machine.rst | 0 Documentation/{ =3D> arch}/sh/register-banks.rst | 0 MAINTAINERS | 2 +- arch/sh/Kconfig.cpu | 2 +- 8 files changed, 3 insertions(+), 3 deletions(-) rename Documentation/{ =3D> arch}/sh/booting.rst (100%) rename Documentation/{ =3D> arch}/sh/features.rst (100%) rename Documentation/{ =3D> arch}/sh/index.rst (100%) rename Documentation/{ =3D> arch}/sh/new-machine.rst (100%) rename Documentation/{ =3D> arch}/sh/register-banks.rst (100%) diff --git a/Documentation/arch/index.rst b/Documentation/arch/index.rst index 8ec614488bd2..792f58e30f25 100644 --- a/Documentation/arch/index.rst +++ b/Documentation/arch/index.rst @@ -22,7 +22,7 @@ implementation. ../powerpc/index ../riscv/index ../s390/index - ../sh/index + sh/index sparc/index x86/index xtensa/index diff --git a/Documentation/sh/booting.rst b/Documentation/arch/sh/booting.r= st similarity index 100% rename from Documentation/sh/booting.rst rename to Documentation/arch/sh/booting.rst diff --git a/Documentation/sh/features.rst b/Documentation/arch/sh/features= .rst similarity index 100% rename from Documentation/sh/features.rst rename to Documentation/arch/sh/features.rst diff --git a/Documentation/sh/index.rst b/Documentation/arch/sh/index.rst similarity index 100% rename from Documentation/sh/index.rst rename to Documentation/arch/sh/index.rst diff --git a/Documentation/sh/new-machine.rst b/Documentation/arch/sh/new-m= achine.rst similarity index 100% rename from Documentation/sh/new-machine.rst rename to Documentation/arch/sh/new-machine.rst diff --git a/Documentation/sh/register-banks.rst b/Documentation/arch/sh/re= gister-banks.rst similarity index 100% rename from Documentation/sh/register-banks.rst rename to Documentation/arch/sh/register-banks.rst diff --git a/MAINTAINERS b/MAINTAINERS index 250df8cee463..cf4eb913ea12 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20125,7 +20125,7 @@ M: John Paul Adrian Glaubitz L: linux-sh@vger.kernel.org S: Maintained Q: http://patchwork.kernel.org/project/linux-sh/list/ -F: Documentation/sh/ +F: Documentation/arch/sh/ F: arch/sh/ F: drivers/sh/ =20 diff --git a/arch/sh/Kconfig.cpu b/arch/sh/Kconfig.cpu index fff419f3d757..336c54369636 100644 --- a/arch/sh/Kconfig.cpu +++ b/arch/sh/Kconfig.cpu @@ -85,7 +85,7 @@ config CPU_HAS_SR_RB that are lacking this bit must have another method in place for accomplishing what is taken care of by the banked registers. =20 - See for further + See for further information on SR.RB and register banking in the kernel in general. =20 config CPU_HAS_PTEAEX --=20 2.39.2