[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-ia64-devel] Re: [PATCH] kexec: framework and i386 (Take XIV)
Hi, Horms >That seems like a good idea to me. Though I think you are missing { }. >Can you test to see if this works? Oops, You're right. But I think unknown_nmi_error() is not called, because crash_kexec() is called before that. Yes, I'll test it. :-) > >--- a/xen/arch/x86/traps.c 2006-09-01 11:53:44.000000000 +0900 >+++ b/xen/arch/x86/traps.c 2006-09-01 11:53:56.000000000 +0900 >@@ -1611,8 +1611,10 @@ > mem_parity_error(regs); > else if ( reason & 0x40 ) > io_check_error(regs); >- else if ( !nmi_watchdog ) >+ else if ( !nmi_watchdog ) { >+ crash_kexec(NULL); > unknown_nmi_error((unsigned char)(reason&0xff)); >+ } > } > } > Best Regards, Akio Takebe _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ia64-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |