+ vmlinuxlds-consolidate-initcall-sections-avr32.patch added to -mm tree

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

 



The patch titled
     vmlinux.lds: consolidate initcall sections (avr32)
has been added to the -mm tree.  Its filename is
     vmlinuxlds-consolidate-initcall-sections-avr32.patch

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: vmlinux.lds: consolidate initcall sections (avr32)
From: "Haavard Skinnemoen" <hskinnemoen@xxxxxxxxx>

Please include AVR32 as well while you're at it ;)

Signed-off-by: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 arch/avr32/kernel/vmlinux.lds.c |    8 +-------
 1 files changed, 1 insertion(+), 7 deletions(-)

diff -puN arch/avr32/kernel/vmlinux.lds.c~vmlinuxlds-consolidate-initcall-sections-avr32 arch/avr32/kernel/vmlinux.lds.c
--- a/arch/avr32/kernel/vmlinux.lds.c~vmlinuxlds-consolidate-initcall-sections-avr32
+++ a/arch/avr32/kernel/vmlinux.lds.c
@@ -38,13 +38,7 @@ SECTIONS
 		__setup_end = .;
 		. = ALIGN(4);
 		__initcall_start = .;
-			*(.initcall1.init)
-			*(.initcall2.init)
-			*(.initcall3.init)
-			*(.initcall4.init)
-			*(.initcall5.init)
-			*(.initcall6.init)
-			*(.initcall7.init)
+			INITCALLS
 		__initcall_end = .;
 		__con_initcall_start = .;
 			*(.con_initcall.init)
_

Patches currently in -mm which might be from hskinnemoen@xxxxxxxxx are

vmlinuxlds-consolidate-initcall-sections-avr32.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