Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932689AbWHFGFN (ORCPT ); Sun, 6 Aug 2006 02:05:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932690AbWHFGFN (ORCPT ); Sun, 6 Aug 2006 02:05:13 -0400 Received: from mx1.suse.de ([195.135.220.2]:13766 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S932689AbWHFGFL (ORCPT ); Sun, 6 Aug 2006 02:05:11 -0400 From: Andi Kleen To: Chuck Ebbert <76306.1226@compuserve.com> Subject: Re: [patch] i386: fix one case of stuck dwarf2 unwinder II Date: Sun, 6 Aug 2006 08:05:06 +0200 User-Agent: KMail/1.9.3 Cc: Andrew Morton , Jesper Juhl , Dave Jones , Jan Beulich , linux-kernel References: <200608060105_MC3-1-C73A-EF22@compuserve.com> In-Reply-To: <200608060105_MC3-1-C73A-EF22@compuserve.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608060805.06821.ak@suse.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 803 Lines: 24 On Sunday 06 August 2006 07:00, Chuck Ebbert wrote: > In-Reply-To: <200608060430.06935.ak@suse.de> > > On Sun, 6 Aug 2006 04:30:06 +0200, Andi Kleen wrote: > > > > > +extern void stext(void); /* real start of kernel text */ > > > > Can't you use _stext[] from asm/sections.h? > > OK. Hmm, actually I applied it but then I had doubts it actually works -- I think you don't need _stext but the code before the first call in head. Since head.S doesn't do a call that's probably start_kernel Can you please resubmit a patch that does this properly? -Andi - 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/