summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2019-06-07 20:54:31 +0200
committerJonathan Corbet2019-06-08 21:42:12 +0200
commit1eecbcdca2bd8d96881cace19ad105dc0f0263f5 (patch)
tree140b9ff6a7904de5a645e9269a0c4127fcd74367 /arch/x86/Kconfig
parentdocs: net: dpio-driver.rst: fix two codeblock warnings (diff)
downloadkernel-qcow2-linux-1eecbcdca2bd8d96881cace19ad105dc0f0263f5.tar.gz
kernel-qcow2-linux-1eecbcdca2bd8d96881cace19ad105dc0f0263f5.tar.xz
kernel-qcow2-linux-1eecbcdca2bd8d96881cace19ad105dc0f0263f5.zip
docs: move protection-keys.rst to the core-api book
This document is used by multiple architectures: $ echo $(git grep -l pkey_mprotect arch|cut -d'/' -f 2|sort|uniq) alpha arm arm64 ia64 m68k microblaze mips parisc powerpc s390 sh sparc x86 xtensa So, let's move it to the core book and adjust the links to it accordingly. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 2bbbd4d1ba31..d87d53fcd261 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1911,7 +1911,7 @@ config X86_INTEL_MEMORY_PROTECTION_KEYS
page-based protections, but without requiring modification of the
page tables when an application changes protection domains.
- For details, see Documentation/x86/protection-keys.txt
+ For details, see Documentation/core-api/protection-keys.rst
If unsure, say y.