All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] mm-remove-examples-from-enum-zone_type-comment.patch removed from -mm tree
@ 2020-12-04 22:55 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2020-12-04 22:55 UTC (permalink / raw)
  To: hch, mm-commits, nsaenzjulienne


The patch titled
     Subject: include/linux/mmzone.h: remove examples from enum zone_type comment
has been removed from the -mm tree.  Its filename was
     mm-remove-examples-from-enum-zone_type-comment.patch

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

------------------------------------------------------
From: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Subject: include/linux/mmzone.h: remove examples from enum zone_type comment

We can't really list every setup in common code.  On top of that they are
unlikely to stay true for long as things change in the arch trees
independently of this comment.

Link: https://lkml.kernel.org/r/20201119175400.9995-8-nsaenzjulienne@suse.de
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Suggested-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/mmzone.h |   20 --------------------
 1 file changed, 20 deletions(-)

--- a/include/linux/mmzone.h~mm-remove-examples-from-enum-zone_type-comment
+++ a/include/linux/mmzone.h
@@ -355,26 +355,6 @@ enum zone_type {
 	 * DMA mask is assumed when ZONE_DMA32 is defined. Some 64-bit
 	 * platforms may need both zones as they support peripherals with
 	 * different DMA addressing limitations.
-	 *
-	 * Some examples:
-	 *
-	 *  - i386 and x86_64 have a fixed 16M ZONE_DMA and ZONE_DMA32 for the
-	 *    rest of the lower 4G.
-	 *
-	 *  - arm only uses ZONE_DMA, the size, up to 4G, may vary depending on
-	 *    the specific device.
-	 *
-	 *  - arm64 has a fixed 1G ZONE_DMA and ZONE_DMA32 for the rest of the
-	 *    lower 4G.
-	 *
-	 *  - powerpc only uses ZONE_DMA, the size, up to 2G, may vary
-	 *    depending on the specific device.
-	 *
-	 *  - s390 uses ZONE_DMA fixed to the lower 2G.
-	 *
-	 *  - ia64 and riscv only use ZONE_DMA32.
-	 *
-	 *  - parisc uses neither.
 	 */
 #ifdef CONFIG_ZONE_DMA
 	ZONE_DMA,
_

Patches currently in -mm which might be from nsaenzjulienne@suse.de are



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

only message in thread, other threads:[~2020-12-04 22:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-04 22:55 [merged] mm-remove-examples-from-enum-zone_type-comment.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.