docs: move xtensa documentation under Documentation/arch/

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/xtensa into arch/ and fix all in-tree references.

Cc: Chris Zankel <chris@zankel.net>
Reviewed-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
Jonathan Corbet
2023-03-23 14:08:44 -06:00
parent 0c25e10091
commit 87670c5770
7 changed files with 2 additions and 2 deletions

View File

@@ -25,4 +25,4 @@ implementation.
../sh/index ../sh/index
../sparc/index ../sparc/index
x86/index x86/index
../xtensa/index xtensa/index

View File

@@ -43,7 +43,7 @@
#if XCHAL_HAVE_S32C1I && (XCHAL_HW_MIN_VERSION >= XTENSA_HWVERSION_RC_2009_0) #if XCHAL_HAVE_S32C1I && (XCHAL_HW_MIN_VERSION >= XTENSA_HWVERSION_RC_2009_0)
/* /*
* We Have Atomic Operation Control (ATOMCTL) Register; Initialize it. * We Have Atomic Operation Control (ATOMCTL) Register; Initialize it.
* For details see Documentation/xtensa/atomctl.rst * For details see Documentation/arch/xtensa/atomctl.rst
*/ */
#if XCHAL_DCACHE_IS_COHERENT #if XCHAL_DCACHE_IS_COHERENT
movi a3, 0x25 /* For SMP/MX -- internal for writeback, movi a3, 0x25 /* For SMP/MX -- internal for writeback,