summaryrefslogtreecommitdiff
path: root/arch/ia64/mm/ioremap.c
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2023-03-30 13:25:00 -0600
committerJonathan Corbet <corbet@lwn.net>2023-04-10 16:45:52 -0600
commit71dbc487283233bd8a34e1a4d7efe62db8c7af2a (patch)
tree865b67581e236a30706e19383171ce0578e2d361 /arch/ia64/mm/ioremap.c
parentfde2e40fb50bc268889178bcae1f33cbbacf05c7 (diff)
docs: move ia64 architecture docs under Documentation/arch/
Architecture-specific documentation is being moved into Documentation/arch/ as a way of cleaning up the top-level documentation directory and making the docs hierarchy more closely match the source hierarchy. Move Documentation/ia64 into arch/ and fix all in-tree references. Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'arch/ia64/mm/ioremap.c')
-rw-r--r--arch/ia64/mm/ioremap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/mm/ioremap.c b/arch/ia64/mm/ioremap.c
index 55fd3eb753ff..92b81bc91397 100644
--- a/arch/ia64/mm/ioremap.c
+++ b/arch/ia64/mm/ioremap.c
@@ -43,7 +43,7 @@ ioremap (unsigned long phys_addr, unsigned long size)
/*
* For things in kern_memmap, we must use the same attribute
* as the rest of the kernel. For more details, see
- * Documentation/ia64/aliasing.rst.
+ * Documentation/arch/ia64/aliasing.rst.
*/
attr = kern_mem_attribute(phys_addr, size);
if (attr & EFI_MEMORY_WB)