Re: [patch] i386: fix one case of stuck dwarf2 unwinder II

From: Andi Kleen
Date: Sun Aug 06 2006 - 02:03:21 EST


On Sunday 06 August 2006 07:00, Chuck Ebbert wrote:
> In-Reply-To: <200608060430.06935.ak@xxxxxxx>
>
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/