diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-06-27 21:52:15 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-06-27 21:52:15 -0700 |
commit | 6aeadf7896bff4ca230702daba8788455e6b866e (patch) | |
tree | 4be7303b4c6a97522adcec9851559188311f1bb9 /mm/mremap.c | |
parent | 582c161cf38cf016cd573af6f087fa5fa786949b (diff) | |
parent | f40f97aaf7fa6222f4ec073c24fb14f04ffb6f80 (diff) | |
download | linux-6aeadf7896bff4ca230702daba8788455e6b866e.tar.gz linux-6aeadf7896bff4ca230702daba8788455e6b866e.tar.bz2 linux-6aeadf7896bff4ca230702daba8788455e6b866e.zip |
Merge tag 'docs-arm64-move' of git://git.lwn.net/linux
Pull arm64 documentation move from Jonathan Corbet:
"Move the arm64 architecture documentation under Documentation/arch/.
This brings some order to the documentation directory, declutters the
top-level directory, and makes the documentation organization more
closely match that of the source"
* tag 'docs-arm64-move' of git://git.lwn.net/linux:
perf arm-spe: Fix a dangling Documentation/arm64 reference
mm: Fix a dangling Documentation/arm64 reference
arm64: Fix dangling references to Documentation/arm64
dt-bindings: fix dangling Documentation/arm64 reference
docs: arm64: Move arm64 documentation under Documentation/arch/
Diffstat (limited to 'mm/mremap.c')
-rw-r--r-- | mm/mremap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/mremap.c b/mm/mremap.c index b11ce6c92099..3185724d8b13 100644 --- a/mm/mremap.c +++ b/mm/mremap.c @@ -914,7 +914,8 @@ SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len, * mapping address intact. A non-zero tag will cause the subsequent * range checks to reject the address as invalid. * - * See Documentation/arm64/tagged-address-abi.rst for more information. + * See Documentation/arch/arm64/tagged-address-abi.rst for more + * information. */ addr = untagged_addr(addr); |