* - avr32-use-kbuildh-macros-instead-of-defining-macros-in-asm-offsetsc.patch removed from -mm tree
@ 2008-04-30 5:50 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2008-04-30 5:50 UTC (permalink / raw)
To: clameter, hskinnemoen, mm-commits
The patch titled
avr32: use kbuild.h macros instead of defining macros in asm-offsets.c
has been removed from the -mm tree. Its filename was
avr32-use-kbuildh-macros-instead-of-defining-macros-in-asm-offsetsc.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: avr32: use kbuild.h macros instead of defining macros in asm-offsets.c
From: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Cc: Haavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
arch/avr32/kernel/asm-offsets.c | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff -puN arch/avr32/kernel/asm-offsets.c~avr32-use-kbuildh-macros-instead-of-defining-macros-in-asm-offsetsc arch/avr32/kernel/asm-offsets.c
--- a/arch/avr32/kernel/asm-offsets.c~avr32-use-kbuildh-macros-instead-of-defining-macros-in-asm-offsetsc
+++ a/arch/avr32/kernel/asm-offsets.c
@@ -5,14 +5,7 @@
*/
#include <linux/thread_info.h>
-
-#define DEFINE(sym, val) \
- asm volatile("\n->" #sym " %0 " #val : : "i" (val))
-
-#define BLANK() asm volatile("\n->" : : )
-
-#define OFFSET(sym, str, mem) \
- DEFINE(sym, offsetof(struct str, mem));
+#include <linux/kbuild.h>
void foo(void)
{
_
Patches currently in -mm which might be from clameter@sgi.com are
origin.patch
git-unionfs.patch
git-slub.patch
mm-add-a-basic-debugging-framework-for-memory-initialisation.patch
mm-verify-the-page-links-and-memory-model.patch
mm-make-defensive-checks-around-pfn-values-registered-for-memory-usage.patch
mm-print-out-the-zonelists-on-request-for-manual-verification.patch
mm-add-nr_writeback_temp-counter.patch
remove-div_long_long_rem.patch
slab-add-a-flag-to-prevent-debug_free-checks-on-a-kmem_cache.patch
reiser4.patch
reiser4-portion-of-zero_user-cleanup-patch.patch
page-owner-tracking-leak-detector.patch
x86-ioremap-add-checks-for-virtual-addresses.patch
x86-ioremap-add-checks-for-virtual-addresses-fix.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-30 6:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-30 5:50 - avr32-use-kbuildh-macros-instead-of-defining-macros-in-asm-offsetsc.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.