The patch titled
m32r: cleanup: drop .data.idt section in vmlinux.lds script
has been added to the -mm tree. Its filename is
m32r-cleanup-drop-dataidt-section-in-vmlinuxlds-script.patch
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: m32r: cleanup: drop .data.idt section in vmlinux.lds script
From: Cyrill Gorcunov <[EMAIL PROTECTED]>
The section .data.idt is not used at all - so drop it.
Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]>
Acked-by: Sam Ravnborg <[EMAIL PROTECTED]>
Cc: Hirokazu Takata <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
arch/m32r/kernel/vmlinux.lds.S | 3 ---
1 file changed, 3 deletions(-)
diff -puN
arch/m32r/kernel/vmlinux.lds.S~m32r-cleanup-drop-dataidt-section-in-vmlinuxlds-script
arch/m32r/kernel/vmlinux.lds.S
---
a/arch/m32r/kernel/vmlinux.lds.S~m32r-cleanup-drop-dataidt-section-in-vmlinuxlds-script
+++ a/arch/m32r/kernel/vmlinux.lds.S
@@ -60,9 +60,6 @@ SECTIONS
. = ALIGN(4096);
__nosave_end = .;
- . = ALIGN(4096);
- .data.page_aligned : { *(.data.idt) }
-
. = ALIGN(32);
.data.cacheline_aligned : { *(.data.cacheline_aligned) }
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
git-avr32.patch
git-dvb.patch
m32r-cleanup-drop-dataidt-section-in-vmlinuxlds-script.patch
elf-use-ei_nident-instead-of-numeric-value.patch
binfmt-fill_elf_header-cleanup-use-straight-memset-first.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