All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] documentation-remove-cmas-dependency-on-architecture.patch removed from -mm tree
@ 2020-09-26  1:58 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2020-09-26  1:58 UTC (permalink / raw)
  To: mm-commits, rdunlap, tiantao6


The patch titled
     Subject: Documentation: remove CMA's dependency on architecture
has been removed from the -mm tree.  Its filename was
     documentation-remove-cmas-dependency-on-architecture.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Tian Tao <tiantao6@hisilicon.com>
Subject: 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.

Link: https://lkml.kernel.org/r/1600412758-60545-1-git-send-email-tiantao6@hisilicon.com
Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 Documentation/admin-guide/kernel-parameters.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/Documentation/admin-guide/kernel-parameters.txt~documentation-remove-cmas-dependency-on-architecture
+++ a/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
_

Patches currently in -mm which might be from tiantao6@hisilicon.com are

mm-remove-duplicate-include-statement-in-mmuc.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-26  1:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-26  1:58 [merged] documentation-remove-cmas-dependency-on-architecture.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.