The patch titled
     add WEAK() for creating weak asm labels
has been removed from the -mm tree.  Its filename was
     add-weak-for-creating-weak-asm-labels.patch

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

------------------------------------------------------
Subject: add WEAK() for creating weak asm labels
From: Rusty Russell <[EMAIL PROTECTED]>

Signed-off-by: Jeremy Fitzhardinge <[EMAIL PROTECTED]>
Signed-off-by: Rusty Russell <[EMAIL PROTECTED]>
Acked-by: H. Peter Anvin <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 include/linux/linkage.h |    6 ++++++
 1 file changed, 6 insertions(+)

diff -puN include/linux/linkage.h~add-weak-for-creating-weak-asm-labels 
include/linux/linkage.h
--- a/include/linux/linkage.h~add-weak-for-creating-weak-asm-labels
+++ a/include/linux/linkage.h
@@ -34,6 +34,12 @@
   name:
 #endif
 
+#ifndef WEAK
+#define WEAK(name)        \
+       .weak name;        \
+       name:
+#endif
+
 #define KPROBE_ENTRY(name) \
   .pushsection .kprobes.text, "ax"; \
   ENTRY(name)
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
git-kvm.patch
reiser4.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to