From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2.linux-foundation.org (smtp2.linux-foundation.org [207.189.120.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "smtp.linux-foundation.org", Issuer "CA Cert Signing Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 37B20DDDF4 for ; Wed, 18 Jul 2007 09:15:31 +1000 (EST) Message-Id: <200707172309.l6HN9VWt012374@imap1.linux-foundation.org> Subject: - add-missing-data_data-in-powerpc.patch removed from -mm tree To: mathieu.desnoyers@polymtl.ca, linuxppc-dev@ozlabs.org, paulus@samba.org, mm-commits@vger.kernel.org From: akpm@linux-foundation.org Date: Tue, 17 Jul 2007 16:09:31 -0700 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , The patch titled powerpc: add missing DATA_DATA has been removed from the -mm tree. Its filename was add-missing-data_data-in-powerpc.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: powerpc: add missing DATA_DATA From: Mathieu Desnoyers Signed-off-by: Mathieu Desnoyers Cc: Cc: Signed-off-by: Andrew Morton --- arch/powerpc/kernel/vmlinux.lds.S | 4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) diff -puN arch/powerpc/kernel/vmlinux.lds.S~add-missing-data_data-in-powerpc arch/powerpc/kernel/vmlinux.lds.S --- a/arch/powerpc/kernel/vmlinux.lds.S~add-missing-data_data-in-powerpc +++ a/arch/powerpc/kernel/vmlinux.lds.S @@ -174,7 +174,9 @@ SECTIONS } #else .data : { - *(.data .data.rel* .toc1) + DATA_DATA + *(.data.rel*) + *(.toc1) *(.branch_lt) } _ Patches currently in -mm which might be from mathieu.desnoyers@polymtl.ca are origin.patch git-kbuild.patch