diff options
Diffstat (limited to 'arch/x86/include/asm/kvm_emulate.h')
-rw-r--r-- | arch/x86/include/asm/kvm_emulate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/kvm_emulate.h b/arch/x86/include/asm/kvm_emulate.h index 4d1546aa6104..f89076943701 100644 --- a/arch/x86/include/asm/kvm_emulate.h +++ b/arch/x86/include/asm/kvm_emulate.h | |||
@@ -154,6 +154,7 @@ struct x86_emulate_ops { | |||
154 | const void *new, | 154 | const void *new, |
155 | unsigned int bytes, | 155 | unsigned int bytes, |
156 | struct x86_exception *fault); | 156 | struct x86_exception *fault); |
157 | void (*invlpg)(struct x86_emulate_ctxt *ctxt, ulong addr); | ||
157 | 158 | ||
158 | int (*pio_in_emulated)(struct x86_emulate_ctxt *ctxt, | 159 | int (*pio_in_emulated)(struct x86_emulate_ctxt *ctxt, |
159 | int size, unsigned short port, void *val, | 160 | int size, unsigned short port, void *val, |