Loading arch/x86/kvm/trace.h +1 −1 Original line number Diff line number Diff line Loading @@ -268,7 +268,7 @@ TRACE_EVENT(kvm_inj_virq, #define kvm_trace_sym_exc \ EXS(DE), EXS(DB), EXS(BP), EXS(OF), EXS(BR), EXS(UD), EXS(NM), \ EXS(DF), EXS(TS), EXS(NP), EXS(SS), EXS(GP), EXS(PF), \ EXS(MF), EXS(MC) EXS(MF), EXS(AC), EXS(MC) /* * Tracepoint for kvm interrupt injection: Loading Loading
arch/x86/kvm/trace.h +1 −1 Original line number Diff line number Diff line Loading @@ -268,7 +268,7 @@ TRACE_EVENT(kvm_inj_virq, #define kvm_trace_sym_exc \ EXS(DE), EXS(DB), EXS(BP), EXS(OF), EXS(BR), EXS(UD), EXS(NM), \ EXS(DF), EXS(TS), EXS(NP), EXS(SS), EXS(GP), EXS(PF), \ EXS(MF), EXS(MC) EXS(MF), EXS(AC), EXS(MC) /* * Tracepoint for kvm interrupt injection: Loading