diff options
author | Will Deacon <will@kernel.org> | 2022-07-25 10:56:23 +0100 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2022-07-25 10:56:23 +0100 |
commit | 84d8857af43a9d4289c53955f4d221ebda548b97 (patch) | |
tree | 519114c6a4f8f36bf571cda6ad5eab798259aece /Documentation | |
parent | ee8b00a956e104e7cf52bb138ab597bf32ec46fc (diff) | |
parent | 893dea9ccd08dab924839354aba21d4ed7a9abc0 (diff) | |
download | lwn-84d8857af43a9d4289c53955f4d221ebda548b97.tar.gz lwn-84d8857af43a9d4289c53955f4d221ebda548b97.zip |
Merge branch 'for-next/ioremap' into for-next/core
* for-next/ioremap:
arm64: Add HAVE_IOREMAP_PROT support
arm64: mm: Convert to GENERIC_IOREMAP
mm: ioremap: Add ioremap/iounmap_allowed()
mm: ioremap: Setup phys_addr of struct vm_struct
mm: ioremap: Use more sensible name in ioremap_prot()
ARM: mm: kill unused runtime hook arch_iounmap()
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/features/vm/ioremap_prot/arch-support.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/features/vm/ioremap_prot/arch-support.txt b/Documentation/features/vm/ioremap_prot/arch-support.txt index b01bf7bca3e6..6bd78eb4dc6e 100644 --- a/Documentation/features/vm/ioremap_prot/arch-support.txt +++ b/Documentation/features/vm/ioremap_prot/arch-support.txt @@ -9,7 +9,7 @@ | alpha: | TODO | | arc: | ok | | arm: | TODO | - | arm64: | TODO | + | arm64: | ok | | csky: | TODO | | hexagon: | TODO | | ia64: | TODO | |