|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [IA64] Fix unwind info of fast_hypercall
# HG changeset patch
# User Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
# Date 1239071384 -32400
# Node ID 22fe8c4994310d5e4791012e301aa066b4e15c2b
# Parent 56eb2c541255d0864719d639caaa294ee45e7b07
[IA64] Fix unwind info of fast_hypercall
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 <takebe_akio@xxxxxxxxxxxxxx>
---
xen/arch/ia64/xen/ivt.S | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 56eb2c541255 -r 22fe8c499431 xen/arch/ia64/xen/ivt.S
--- a/xen/arch/ia64/xen/ivt.S Thu Apr 02 19:43:16 2009 +0900
+++ b/xen/arch/ia64/xen/ivt.S Tue Apr 07 11:29:44 2009 +0900
@@ -689,7 +689,7 @@ 1:
bsw.1 // B (6 cyc) regs are saved,
switch to bank 1
;;
- PT_REGS_UNWIND_INFO(0)
+ PT_REGS_UNWIND_INFO(-48)
ssm psr.ic | PSR_DEFAULT_BITS // M2 now it's safe to
re-enable intr.-collection
// movl r3=ia64_ret_from_syscall // X
;;
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] [IA64] Fix unwind info of fast_hypercall,
Xen patchbot-unstable <=
|
|
|
|
|