diff options
author | Jonathan Corbet <corbet@lwn.net> | 2023-03-30 22:25:00 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-04-11 01:45:52 +0300 |
commit | 71dbc487283233bd8a34e1a4d7efe62db8c7af2a (patch) | |
tree | 865b67581e236a30706e19383171ce0578e2d361 /arch/ia64/pci | |
parent | fde2e40fb50bc268889178bcae1f33cbbacf05c7 (diff) | |
download | linux-71dbc487283233bd8a34e1a4d7efe62db8c7af2a.tar.xz |
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/pci')
-rw-r--r-- | arch/ia64/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/pci/pci.c b/arch/ia64/pci/pci.c index 211757e34198..0a0328e61bef 100644 --- a/arch/ia64/pci/pci.c +++ b/arch/ia64/pci/pci.c @@ -448,7 +448,7 @@ pci_mmap_legacy_page_range(struct pci_bus *bus, struct vm_area_struct *vma, return -ENOSYS; /* - * Avoid attribute aliasing. See Documentation/ia64/aliasing.rst + * Avoid attribute aliasing. See Documentation/arch/ia64/aliasing.rst * for more details. */ if (!valid_mmap_phys_addr_range(vma->vm_pgoff, size)) |