summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2023-10-10 22:38:31 +0300
committerJonathan Corbet <corbet@lwn.net>2023-10-10 22:38:31 +0300
commit6c5add1c61a95716459157f80d8ad89157867dfa (patch)
treefec62ee82d794364bf6a6f5bf54392b055173eb3 /arch
parentde6772ee8728872f92776fce6e21444fd70ea0ec (diff)
parented843ae947f83b1d0758d8eec2e8690e3d716d6e (diff)
downloadlinux-6c5add1c61a95716459157f80d8ad89157867dfa.tar.xz
Merge branch 'riscv-move' into docs-mw
Diffstat (limited to 'arch')
-rw-r--r--arch/riscv/include/uapi/asm/hwprobe.h2
-rw-r--r--arch/riscv/kernel/sys_riscv.c2
2 files changed, 2 insertions, 2 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;
diff --git a/arch/riscv/kernel/sys_riscv.c b/arch/riscv/kernel/sys_riscv.c
index 473159b5f303..b651ec698a91 100644
--- a/arch/riscv/kernel/sys_riscv.c
+++ b/arch/riscv/kernel/sys_riscv.c
@@ -79,7 +79,7 @@ SYSCALL_DEFINE3(riscv_flush_icache, uintptr_t, start, uintptr_t, end,
/*
* The hwprobe interface, for allowing userspace to probe to see which features
- * are supported by the hardware. See Documentation/riscv/hwprobe.rst for more
+ * are supported by the hardware. See Documentation/arch/riscv/hwprobe.rst for more
* details.
*/
static void hwprobe_arch_id(struct riscv_hwprobe *pair,