Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 28 Dec 2002 09:53:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 28 Dec 2002 09:53:56 -0500 Received: from orion.netbank.com.br ([200.203.199.90]:11794 "EHLO orion.netbank.com.br") by vger.kernel.org with ESMTP id ; Sat, 28 Dec 2002 09:53:53 -0500 Date: Sat, 28 Dec 2002 13:01:59 -0200 From: Arnaldo Carvalho de Melo To: Pete Zaitcev Cc: "David S. Miller" , Linus Torvalds , Rusty Russell , Linux Kernel Mailing List Subject: [PATCH] sparc32: add missing __{start,stop}___param to vmlinux.lds.S Message-ID: <20021228150158.GA27349@conectiva.com.br> Mail-Followup-To: Arnaldo Carvalho de Melo , Pete Zaitcev , "David S. Miller" , Linus Torvalds , Rusty Russell , Linux Kernel Mailing List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Url: http://advogato.org/person/acme Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2079 Lines: 67 Hi, Please consider pulling from: bk://kernel.bkbits.net/acme/sparc-2.5 - Arnaldo You can import this changeset into BK by piping this whole message to: '| bk receive [path to repository]' or apply the patch as usual. =================================================================== ChangeSet@1.963, 2002-12-28 12:49:54-02:00, acme@conectiva.com.br o sparc: add missing __{start,stop}___param to vmlinux.lds.S Rusty missed this one. vmlinux.lds.S | 3 +++ 1 files changed, 3 insertions(+) diff -Nru a/arch/sparc/vmlinux.lds.S b/arch/sparc/vmlinux.lds.S --- a/arch/sparc/vmlinux.lds.S Sat Dec 28 12:50:20 2002 +++ b/arch/sparc/vmlinux.lds.S Sat Dec 28 12:50:20 2002 @@ -48,6 +48,9 @@ __setup_start = .; .init.setup : { *(.init.setup) } __setup_end = .; + __start___param = .; + __param : { *(__param) } + __stop___param = .; __initcall_start = .; .initcall.init : { *(.initcall1.init) =================================================================== This BitKeeper patch contains the following changesets: 1.963 ## Wrapped with gzip_uu ## begin 664 bkpatch28505 M'XL(`"RZ#3X``]546VO;,!A]CG[%!WW9+;)NMF4/CZS=V$8'"PE]#HJLU::U M%2PE6ZG[WZJ.PM@U>=J$PLS84HLHV)CH^C=Q*=7K,<(Q";:J\KF!C.I>/*.;[%7^U,OEH M]O[#V>>W,X2*`DXJU9Z;N?%0%,C;;J,N2S=1OKJT+?:=:EUC_'!JO]_:,T)8 M>&.:@<49PD'PB+*(B:!LEQD>2S&A.6$P%:5R4,UX"6%,4''\&\O<((T6!B$ MS4&5)32UA]HB>=[3ZD0DF:]D)+1(6>'$$_'[F_HHU)M3#-I MU][AMFXO%&Z#^X^SIY11$H>FO>"4B2&1E-X/I,QI]G@@^7\8R)U;7V#PYW-PB[.H^8/]3TY71 4%V[=%,(L65KR)?H!BO.-J$,%```` ` end - 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/