From mboxrd@z Thu Jan 1 00:00:00 1970 From: akpm@linux-foundation.org Subject: - avr32-use-kbuildh-macros-instead-of-defining-macros-in-asm-offsetsc.patch removed from -mm tree Date: Tue, 29 Apr 2008 22:50:07 -0700 Message-ID: <200804300550.m3U5o7bO030085@imap1.linux-foundation.org> Reply-To: linux-kernel@vger.kernel.org Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:54843 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756019AbYD3GBb (ORCPT ); Wed, 30 Apr 2008 02:01:31 -0400 Sender: mm-commits-owner@vger.kernel.org List-Id: mm-commits@vger.kernel.org To: clameter@sgi.com, hskinnemoen@atmel.com, mm-commits@vger.kernel.org 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 Signed-off-by: Christoph Lameter Cc: Haavard Skinnemoen Signed-off-by: Andrew Morton --- 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 - -#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 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