aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/kvm_emulate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/kvm_emulate.h b/arch/x86/include/asm/kvm_emulate.h
index 51341d6b2f3..127ea3e1717 100644
--- a/arch/x86/include/asm/kvm_emulate.h
+++ b/arch/x86/include/asm/kvm_emulate.h
@@ -269,8 +269,6 @@ struct x86_emulate_ctxt {
269 struct x86_emulate_ops *ops; 269 struct x86_emulate_ops *ops;
270 270
271 /* Register state before/after emulation. */ 271 /* Register state before/after emulation. */
272 struct kvm_vcpu *vcpu;
273
274 unsigned long eflags; 272 unsigned long eflags;
275 unsigned long eip; /* eip before instruction emulation */ 273 unsigned long eip; /* eip before instruction emulation */
276 /* Emulated execution mode, represented by an X86EMUL_MODE value. */ 274 /* Emulated execution mode, represented by an X86EMUL_MODE value. */