- m32r-cleanup-drop-dataidt-section-in-vmlinuxlds-script.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     m32r: cleanup: drop .data.idt section in vmlinux.lds script
has been removed from the -mm tree.  Its filename was
     m32r-cleanup-drop-dataidt-section-in-vmlinuxlds-script.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: m32r: cleanup: drop .data.idt section in vmlinux.lds script
From: Cyrill Gorcunov <gorcunov@xxxxxxxxx>

The section .data.idt is not used at all - so drop it.

Signed-off-by: Cyrill Gorcunov <gorcunov@xxxxxxxxx>
Acked-by: Sam Ravnborg <sam@xxxxxxxxxxxx>
Cc: Hirokazu Takata <takata@xxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 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 gorcunov@xxxxxxxxx are

origin.patch
thinkpad-acpi-fix-possible-null-pointer-dereference.patch
git-m32r.patch
capifs-fix-memory-leak-on-remount.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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux