[Xen-ia64-devel] [Patch] Fix unwind info of fast_hypercall

2009-04-06 Thread Akio Takebe
Hi, This patch fixes unwind info of fast_hypercall. fast_hypercall uses r32->r35 without alloc instruction. In the case of this, the unwind info move over a little. With my patch, I confirmed the stack trace worked fine. Signed-off-by: Akio Takebe Best Regards, Akio Takebe fix_unwind_info_f

Re: [Xen-ia64-devel] [Patch] Fix unwind info of fast_hypercall

2009-04-06 Thread Isaku Yamahata
Applied, thanks. On Mon, Apr 06, 2009 at 08:49:30PM +0900, Akio Takebe wrote: Content-Description: Mail message body > Hi, > > This patch fixes unwind info of fast_hypercall. > fast_hypercall uses r32->r35 without alloc instruction. > In the case of this, the unwind info move over a little. > >