X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Fkvm_emulate.h;h=0b2729bf207055ce1621bd8a92872f5b9909694b;hb=e269fb2189fb86d79d64c0ca74c6c1a549ad4aa3;hp=a1319c82050e83bd2787b962dff241c4332bfec4;hpb=482ac18ae293a3a0b1e1eea95c10dcc9ceeb4708;p=safe%2Fjmp%2Flinux-2.6 diff --git a/arch/x86/include/asm/kvm_emulate.h b/arch/x86/include/asm/kvm_emulate.h index a1319c8..0b2729b 100644 --- a/arch/x86/include/asm/kvm_emulate.h +++ b/arch/x86/include/asm/kvm_emulate.h @@ -230,6 +230,7 @@ int x86_emulate_insn(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops); int emulator_task_switch(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, - u16 tss_selector, int reason); + u16 tss_selector, int reason, + bool has_error_code, u32 error_code); #endif /* _ASM_X86_KVM_X86_EMULATE_H */