# HG changeset patch # Parent 69c3ae25bb1ddcb0ea44b7566d36d34e9d6a70aa x86_64: Record entry vector for double faults. Signed-off-by: Andrew Cooper diff -r 69c3ae25bb1d xen/arch/x86/x86_64/entry.S --- a/xen/arch/x86/x86_64/entry.S +++ b/xen/arch/x86/x86_64/entry.S @@ -595,6 +595,7 @@ ENTRY(spurious_interrupt_bug) jmp handle_exception ENTRY(double_fault) + movl $TRAP_double_fault,4(%rsp) SAVE_ALL movq %rsp,%rdi call do_double_fault