WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Fix build with crash_debug=y.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 72b469303d6dde2156a207eca3e8460e0c1c92d1
# Parent  b89a155ecd2cd3e29a8a8437bd72b7f9e61ad105
Fix build with crash_debug=y.

Signed-off-by: Muli Ben-Yehuda <mulix@xxxxxxxxx>

diff -r b89a155ecd2c -r 72b469303d6d xen/arch/x86/traps.c
--- a/xen/arch/x86/traps.c      Thu Mar 23 09:46:28 2006
+++ b/xen/arch/x86/traps.c      Thu Mar 23 09:47:44 2006
@@ -450,7 +450,7 @@
 
     if ( unlikely(!guest_mode(regs)) )
     {
-        DEBUGGER_trap_fatal(trapnr, regs);
+        DEBUGGER_trap_fatal(TRAP_invalid_op, regs);
         show_registers(regs);
         panic("CPU%d FATAL TRAP: vector = %d (invalid opcode)\n",
               smp_processor_id(), TRAP_invalid_op);

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix build with crash_debug=y., Xen patchbot -unstable <=