diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-07 20:54:31 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-06-08 21:42:12 +0200 |
commit | 1eecbcdca2bd8d96881cace19ad105dc0f0263f5 (patch) | |
tree | 140b9ff6a7904de5a645e9269a0c4127fcd74367 /tools | |
parent | docs: net: dpio-driver.rst: fix two codeblock warnings (diff) | |
download | linux-1eecbcdca2bd8d96881cace19ad105dc0f0263f5.tar.xz 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 'tools')
-rw-r--r-- | tools/testing/selftests/x86/protection_keys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/x86/protection_keys.c b/tools/testing/selftests/x86/protection_keys.c index 5d546dcdbc80..480995bceefa 100644 --- a/tools/testing/selftests/x86/protection_keys.c +++ b/tools/testing/selftests/x86/protection_keys.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * Tests x86 Memory Protection Keys (see Documentation/x86/protection-keys.txt) + * Tests x86 Memory Protection Keys (see Documentation/core-api/protection-keys.rst) * * There are examples in here of: * * how to set protection keys on memory |