All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] sizesh-add-sz_8g-sz_16g-sz_32g-macros.patch removed from -mm tree
@ 2020-12-31 18:23 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2020-12-31 18:23 UTC (permalink / raw)
  To: mm-commits, sjhuang


The patch titled
     Subject: sizes.h: add SZ_8G/SZ_16G/SZ_32G macros
has been removed from the -mm tree.  Its filename was
     sizesh-add-sz_8g-sz_16g-sz_32g-macros.patch

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

------------------------------------------------------
From: Huang Shijie <sjhuang@iluvatar.ai>
Subject: sizes.h: add SZ_8G/SZ_16G/SZ_32G macros

Add these macros, since we can use them in drivers.

Link: https://lkml.kernel.org/r/20201229072819.11183-1-sjhuang@iluvatar.ai
Signed-off-by: Huang Shijie <sjhuang@iluvatar.ai>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/sizes.h |    3 +++
 1 file changed, 3 insertions(+)

--- a/include/linux/sizes.h~sizesh-add-sz_8g-sz_16g-sz_32g-macros
+++ a/include/linux/sizes.h
@@ -44,6 +44,9 @@
 #define SZ_2G				0x80000000
 
 #define SZ_4G				_AC(0x100000000, ULL)
+#define SZ_8G				_AC(0x200000000, ULL)
+#define SZ_16G				_AC(0x400000000, ULL)
+#define SZ_32G				_AC(0x800000000, ULL)
 #define SZ_64T				_AC(0x400000000000, ULL)
 
 #endif /* __LINUX_SIZES_H__ */
_

Patches currently in -mm which might be from sjhuang@iluvatar.ai are



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

only message in thread, other threads:[~2020-12-31 18:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-31 18:23 [merged] sizesh-add-sz_8g-sz_16g-sz_32g-macros.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.