From 50a212ec906f7524620675f0c57357691c26c81f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 16 Oct 2024 01:20:19 +0000 Subject: [PATCH] 修改GPIO导出默认初始值 --- kernel/Documentation/admin-guide/mm/index.rst | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/kernel/Documentation/admin-guide/mm/index.rst b/kernel/Documentation/admin-guide/mm/index.rst index ceead68..cd727cf 100644 --- a/kernel/Documentation/admin-guide/mm/index.rst +++ b/kernel/Documentation/admin-guide/mm/index.rst @@ -11,7 +11,7 @@ Linux memory management is a complex system with many configurable settings. Most of these settings are available via ``/proc`` filesystem and can be quired and adjusted using ``sysctl``. These APIs -are described in Documentation/sysctl/vm.txt and in `man 5 proc`_. +are described in Documentation/admin-guide/sysctl/vm.rst and in `man 5 proc`_. .. _man 5 proc: http://man7.org/linux/man-pages/man5/proc.5.html @@ -26,10 +26,14 @@ :maxdepth: 1 concepts + cma_debugfs hugetlbpage idle_page_tracking ksm + memory-hotplug + nommu-mmap numa_memory_policy + numaperf pagemap soft-dirty transhuge -- Gitblit v1.6.2