Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752430AbWJ0Tb6 (ORCPT ); Fri, 27 Oct 2006 15:31:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752432AbWJ0Tb6 (ORCPT ); Fri, 27 Oct 2006 15:31:58 -0400 Received: from ug-out-1314.google.com ([66.249.92.170]:37477 "EHLO ug-out-1314.google.com") by vger.kernel.org with ESMTP id S1752430AbWJ0Tb5 (ORCPT ); Fri, 27 Oct 2006 15:31:57 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AnolKWc4j9byma1UQEtcbmge2LZYBNgvFux9ihgtu5FOvtdacH8CNNj4su/yFW7jeWhMr0kqqTS+uxQrOJZ9BH0XI0PpXpId/o4nt5+LhOyz6ehla4uiMCGhf4Hk3obIfm4mpxXS8OR5oG3HQ+fA70ogBDBLEVzkCpjj7So1AjQ= Message-ID: <1defaf580610271231p37aceacbl6d96f91cf390fc4a@mail.gmail.com> Date: Fri, 27 Oct 2006 21:31:55 +0200 From: "Haavard Skinnemoen" To: "Andrew Morton" Subject: Re: vmlinux.lds: consolidate initcall sections Cc: "Pavel Machek" , "Greg KH" , "Stephen Hemminger" , "Matthew Wilcox" , "Adrian Bunk" , "Linus Torvalds" , "Linux Kernel Mailing List" , linux-pci@atrey.karlin.mff.cuni.cz In-Reply-To: <20061027114144.f8a5addc.akpm@osdl.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061026224541.GQ27968@stusta.de> <20061027010252.GV27968@stusta.de> <20061027012058.GH5591@parisc-linux.org> <20061026182838.ac2c7e20.akpm@osdl.org> <20061026191131.003f141d@localhost.localdomain> <20061027170748.GA9020@kroah.com> <20061027172219.GC30416@elf.ucw.cz> <20061027113908.4a82c28a.akpm@osdl.org> <20061027114144.f8a5addc.akpm@osdl.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1210 Lines: 39 On 10/27/06, Andrew Morton wrote: > From: Andrew Morton > > Add a vmlinux.lds.h helper macro for defining the eight-level initcall table, > teach all the architectures to use it. Please include AVR32 as well while you're at it ;) Signed-off-by: Haavard Skinnemoen --- arch/avr32/kernel/vmlinux.lds.c | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/arch/avr32/kernel/vmlinux.lds.c b/arch/avr32/kernel/vmlinux.lds.c index cdd627c..5c4424e 100644 --- a/arch/avr32/kernel/vmlinux.lds.c +++ b/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) -- 1.4.1.1 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/