Skip to content

Commit dd19d29

Browse files
skittJonathan Corbet
authored andcommitted
Fix references to nommu-mmap.rst
nommu-mmap.rst was moved to Documentation/admin-guide/mm; this patch updates the remaining stale references to Documentation/mm. Fixes: 800c02f ("docs: move nommu-mmap.txt to admin-guide and rename to ReST") Signed-off-by: Stephen Kitt <steve@sk2.org> Link: https://lore.kernel.org/r/20200812092230.27541-1-steve@sk2.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 1013d4d commit dd19d29

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

init/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1986,7 +1986,7 @@ config MMAP_ALLOW_UNINITIALIZED
19861986
userspace. Since that isn't generally a problem on no-MMU systems,
19871987
it is normally safe to say Y here.
19881988

1989-
See Documentation/mm/nommu-mmap.rst for more information.
1989+
See Documentation/admin-guide/mm/nommu-mmap.rst for more information.
19901990

19911991
config SYSTEM_DATA_VERIFICATION
19921992
def_bool n

mm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ config NOMMU_INITIAL_TRIM_EXCESS
383383
This option specifies the initial value of this option. The default
384384
of 1 says that all excess pages should be trimmed.
385385

386-
See Documentation/mm/nommu-mmap.rst for more information.
386+
See Documentation/admin-guide/mm/nommu-mmap.rst for more information.
387387

388388
config TRANSPARENT_HUGEPAGE
389389
bool "Transparent Hugepage Support"

mm/nommu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Replacement code for mm functions to support CPU's that don't
66
* have any form of memory management unit (thus no virtual memory).
77
*
8-
* See Documentation/mm/nommu-mmap.rst
8+
* See Documentation/admin-guide/mm/nommu-mmap.rst
99
*
1010
* Copyright (c) 2004-2008 David Howells <dhowells@redhat.com>
1111
* Copyright (c) 2000-2003 David McCullough <davidm@snapgear.com>

0 commit comments

Comments
 (0)