From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chen, Kenneth W" Date: Wed, 29 Mar 2006 17:27:42 +0000 Subject: RE: gate.S and recent toolchains Message-Id: <200603291726.k2THQvg09247@unix-os.sc.intel.com> List-Id: References: <442AB0DE.1040409@sgi.com> In-Reply-To: <442AB0DE.1040409@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org Russ Anderson wrote on Wednesday, March 29, 2006 9:23 AM > Chen, Kenneth W wrote: > > > > Russ, do you reference __mca_table at run time? It looks like so. It's > > problematic that __mca_table is in __init section. Though I doubt that > > was the reason Jes ran into. > > It was right next to __ex_table in the original patch. > Yes, it is referenced at run time and should not be in > the __init section. I guess it's a merge error then :-P - Ken