aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Hansen <[email protected]>2023-08-02 13:37:22 -0700
committerDave Hansen <[email protected]>2023-08-02 15:01:51 -0700
commit54acee601b87cfe43e17f6812449e5eb3eab39f9 (patch)
tree119f8b8a757aeb9d88107f9f6b50400a33b30d79
parent87f0df7828899c552bcdde639c045983d5aeeed9 (diff)
x86/kbuild: Fix Documentation/ reference
x86 documentation moved. Fix the reference. Signed-off-by: Dave Hansen <[email protected]> Reported-by: kernel test robot <[email protected]> Link: https://lore.kernel.org/oe-kbuild-all/[email protected]/
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index e860f805199f..99e7552fff4f 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1969,7 +1969,7 @@ config X86_USER_SHADOW_STACK
CPUs supporting shadow stacks were first released in 2020.
- See Documentation/x86/shstk.rst for more information.
+ See Documentation/arch/x86/shstk.rst for more information.
If unsure, say N.