diff options
author | Tian Tao <tiantao6@hisilicon.com> | 2020-09-10 15:19:46 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-09-16 21:21:00 +0300 |
commit | 5b280ed427cce6015f4d9a6f6b9334525e4c2f3c (patch) | |
tree | 241d559b4e4138d58eed4fa753ad019c0cda5d29 | |
parent | f7ebd9ed7767e01db75fe313b78cd3882ab655e3 (diff) | |
download | linux-5b280ed427cce6015f4d9a6f6b9334525e4c2f3c.tar.xz |
Documentation: arm64 also supports disable hugeiomap
arm64 also supports disable hugeiomap,updated documentation.
Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Link: https://lore.kernel.org/r/1599740386-47210-1-git-send-email-tiantao6@hisilicon.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index bdc1f33fd3d1..d81d1d8414fb 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -3188,7 +3188,7 @@ register save and restore. The kernel will only save legacy floating-point registers on task switch. - nohugeiomap [KNL,X86,PPC] Disable kernel huge I/O mappings. + nohugeiomap [KNL,X86,PPC,ARM64] Disable kernel huge I/O mappings. nosmt [KNL,S390] Disable symmetric multithreading (SMT). Equivalent to smt=1. |