mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [to-be-updated] compiler-gcch-added-new-macro-for-gcc-attribute.patch removed from -mm tree
@ 2017-01-25 22:56 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2017-01-25 22:56 UTC (permalink / raw)
  To: gidisrael, geert, gerg, mm-commits


The patch titled
     Subject: compiler-gcc.h: add new macro for gcc attribute
has been removed from the -mm tree.  Its filename was
     compiler-gcch-added-new-macro-for-gcc-attribute.patch

This patch was dropped because an updated version will be merged

------------------------------------------------------
From: Gideon Israel Dsouza <gidisrael@gmail.com>
Subject: compiler-gcc.h: add new macro for gcc attribute

Add __mode(x) into compiler-gcc.h.  The next patch cleans up the m68k
subsystem and it requires a new macro to wrap __attribute__ ((mode (...)))

Link: http://lkml.kernel.org/r/1485260068-2495-1-git-send-email-gidisrael@gmail.com
Signed-off-by: Gideon Israel Dsouza <gidisrael@gmail.com>
Cc: Greg Ungerer <gerg@linux-m68k.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/compiler-gcc.h |    1 +
 1 file changed, 1 insertion(+)

diff -puN include/linux/compiler-gcc.h~compiler-gcch-added-new-macro-for-gcc-attribute include/linux/compiler-gcc.h
--- a/include/linux/compiler-gcc.h~compiler-gcch-added-new-macro-for-gcc-attribute
+++ a/include/linux/compiler-gcc.h
@@ -121,6 +121,7 @@
 #define __attribute_const__	__attribute__((__const__))
 #define __maybe_unused		__attribute__((unused))
 #define __always_unused		__attribute__((unused))
+#define __mode                  __attribute__((mode(x)))
 
 /* gcc version specific checks */
 
_

Patches currently in -mm which might be from gidisrael@gmail.com are

m68k-replaced-gcc-specific-macros-with-ones-from-compilerh.patch


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

only message in thread, other threads:[~2017-01-25 22:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-25 22:56 [to-be-updated] compiler-gcch-added-new-macro-for-gcc-attribute.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).