mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
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/
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user