diff options
author | Costa Shulyupin <costa.shul@redhat.com> | 2023-09-27 19:43:18 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-10-10 13:35:55 -0600 |
commit | de6772ee8728872f92776fce6e21444fd70ea0ec (patch) | |
tree | 81f83f9dc00cf134be9c3552d9b97115608177a3 /Documentation/mm | |
parent | 17e02586ed18501c11115b8dea9055a5973f45a4 (diff) | |
download | linux-de6772ee8728872f92776fce6e21444fd70ea0ec.tar.gz linux-de6772ee8728872f92776fce6e21444fd70ea0ec.tar.bz2 linux-de6772ee8728872f92776fce6e21444fd70ea0ec.zip |
docs: update link to powerpc/vmemmap_dedup.rst
after move of powerpc/ to arch/
Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230927164319.2686237-1-costa.shul@redhat.com
Diffstat (limited to 'Documentation/mm')
-rw-r--r-- | Documentation/mm/vmemmap_dedup.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/mm/vmemmap_dedup.rst b/Documentation/mm/vmemmap_dedup.rst index 59891f72420e..593ede6d314b 100644 --- a/Documentation/mm/vmemmap_dedup.rst +++ b/Documentation/mm/vmemmap_dedup.rst @@ -211,7 +211,7 @@ the device (altmap). The following page sizes are supported in DAX: PAGE_SIZE (4K on x86_64), PMD_SIZE (2M on x86_64) and PUD_SIZE (1G on x86_64). -For powerpc equivalent details see Documentation/powerpc/vmemmap_dedup.rst +For powerpc equivalent details see Documentation/arch/powerpc/vmemmap_dedup.rst The differences with HugeTLB are relatively minor. |