diff options
author | Tian Tao <tiantao6@hisilicon.com> | 2020-09-18 15:05:58 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-09-24 10:44:53 -0600 |
commit | c372e741ae4c7719e55f9fd72bea532fea548ae4 (patch) | |
tree | 1b2f1810b952c85323389dbeea341904ed018ef6 /Documentation/admin-guide | |
parent | 1d11c35e7190f347ec7adeeda5823e8d8f59a738 (diff) | |
download | linux-c372e741ae4c7719e55f9fd72bea532fea548ae4.tar.bz2 |
Documentation: Remove CMA's dependency on architecture
CMA only depends on MMU. It doesn't depend on arch too much. such as ARM,
ARM64, X86, MIPS etc. so We remove the dependency of cma about the
architecture in kernel-parameters.txt.
Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/1600412758-60545-1-git-send-email-tiantao6@hisilicon.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide')
-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 b582d47080ab..039067bca3fa 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -591,7 +591,7 @@ some critical bits. cma=nn[MG]@[start[MG][-end[MG]]] - [ARM,X86,KNL] + [KNL,CMA] Sets the size of kernel global memory area for contiguous memory allocations and optionally the placement constraint by the physical address range of |