diff options
author | Dave Hansen <dave.hansen@linux.intel.com> | 2023-08-02 13:37:22 -0700 |
---|---|---|
committer | Dave Hansen <dave.hansen@linux.intel.com> | 2023-08-02 15:01:51 -0700 |
commit | 54acee601b87cfe43e17f6812449e5eb3eab39f9 (patch) | |
tree | 119f8b8a757aeb9d88107f9f6b50400a33b30d79 /arch/x86/Kconfig | |
parent | 87f0df7828899c552bcdde639c045983d5aeeed9 (diff) |
x86/kbuild: Fix Documentation/ reference
x86 documentation moved. Fix the reference.
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/oe-kbuild-all/202307271956.IxoG9X0c-lkp@intel.com/
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
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. |