diff options
author | Costa Shulyupin <costa.shul@redhat.com> | 2023-09-30 21:52:00 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-10-10 13:37:43 -0600 |
commit | ed843ae947f83b1d0758d8eec2e8690e3d716d6e (patch) | |
tree | 0fea81fcc5b7ad2148f3facfec06155098fa658e /arch/riscv/include/uapi/asm | |
parent | 2087f270bebb78adc5059fd040e2691cd7f9bb5c (diff) | |
download | lwn-ed843ae947f83b1d0758d8eec2e8690e3d716d6e.tar.gz lwn-ed843ae947f83b1d0758d8eec2e8690e3d716d6e.zip |
docs: move riscv under arch
and fix all in-tree references.
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.
Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230930185354.3034118-1-costa.shul@redhat.com
Diffstat (limited to 'arch/riscv/include/uapi/asm')
-rw-r--r-- | arch/riscv/include/uapi/asm/hwprobe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/include/uapi/asm/hwprobe.h b/arch/riscv/include/uapi/asm/hwprobe.h index 006bfb48343d..d43e306ce2f9 100644 --- a/arch/riscv/include/uapi/asm/hwprobe.h +++ b/arch/riscv/include/uapi/asm/hwprobe.h @@ -10,7 +10,7 @@ /* * Interface for probing hardware capabilities from userspace, see - * Documentation/riscv/hwprobe.rst for more information. + * Documentation/arch/riscv/hwprobe.rst for more information. */ struct riscv_hwprobe { __s64 key; |