diff options
author | Gleb Natapov <gleb@redhat.com> | 2011-04-12 05:36:21 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-05-22 08:39:49 -0400 |
commit | 8d7d810255982bfcc355cdb8972d72843acb0cf8 (patch) | |
tree | 9a486a1b741bff8e6d0620e63261b9f8086f7b1b /arch/x86/include | |
parent | 46561646ce409ad96c22645362c113de04f60bfb (diff) |
KVM: mmio_fault_cr2 is not used
Remove unused variable mmio_fault_cr2.
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index 6cfc1ab2cdd6..afb0e69bd160 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h | |||
@@ -358,7 +358,6 @@ struct kvm_vcpu_arch { | |||
358 | struct fpu guest_fpu; | 358 | struct fpu guest_fpu; |
359 | u64 xcr0; | 359 | u64 xcr0; |
360 | 360 | ||
361 | gva_t mmio_fault_cr2; | ||
362 | struct kvm_pio_request pio; | 361 | struct kvm_pio_request pio; |
363 | void *pio_data; | 362 | void *pio_data; |
364 | 363 | ||