search for: 96b068439bc4

Displaying 1 result from an estimated 1 matches for "96b068439bc4".

2012 Dec 12
7
[PATCH V5] x86/kexec: Change NMI and MCE handling on kexec path
...IST manipulation. Changes since v1: * Reintroduce atomic_dec(&waiting_for_crash_ipi); which got missed during the original refactoring. * Fold trap_nop into the middle of enable_nmis to reuse the iret. * Expand comments in areas as per Tim''s suggestions. diff -r ef8c1b607b10 -r 96b068439bc4 xen/arch/x86/crash.c --- a/xen/arch/x86/crash.c +++ b/xen/arch/x86/crash.c @@ -32,41 +32,127 @@ static atomic_t waiting_for_crash_ipi; static unsigned int crashing_cpu; +static DEFINE_PER_CPU_READ_MOSTLY(bool_t, crash_save_done); -static int crash_nmi_callback(struct cpu_user_regs *regs, int...