diff options
Diffstat (limited to 'arch/powerpc/include/asm/kvm_host.h')
-rw-r--r-- | arch/powerpc/include/asm/kvm_host.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/kvm_host.h b/arch/powerpc/include/asm/kvm_host.h index 66f5b5914e6c..98d9dd50d063 100644 --- a/arch/powerpc/include/asm/kvm_host.h +++ b/arch/powerpc/include/asm/kvm_host.h | |||
@@ -94,7 +94,6 @@ struct kvm_vm_stat { | |||
94 | struct kvm_vcpu_stat { | 94 | struct kvm_vcpu_stat { |
95 | u32 sum_exits; | 95 | u32 sum_exits; |
96 | u32 mmio_exits; | 96 | u32 mmio_exits; |
97 | u32 dcr_exits; | ||
98 | u32 signal_exits; | 97 | u32 signal_exits; |
99 | u32 light_exits; | 98 | u32 light_exits; |
100 | /* Account for special types of light exits: */ | 99 | /* Account for special types of light exits: */ |
@@ -126,7 +125,6 @@ struct kvm_vcpu_stat { | |||
126 | 125 | ||
127 | enum kvm_exit_types { | 126 | enum kvm_exit_types { |
128 | MMIO_EXITS, | 127 | MMIO_EXITS, |
129 | DCR_EXITS, | ||
130 | SIGNAL_EXITS, | 128 | SIGNAL_EXITS, |
131 | ITLB_REAL_MISS_EXITS, | 129 | ITLB_REAL_MISS_EXITS, |
132 | ITLB_VIRT_MISS_EXITS, | 130 | ITLB_VIRT_MISS_EXITS, |
@@ -601,8 +599,6 @@ struct kvm_vcpu_arch { | |||
601 | u8 io_gpr; /* GPR used as IO source/target */ | 599 | u8 io_gpr; /* GPR used as IO source/target */ |
602 | u8 mmio_is_bigendian; | 600 | u8 mmio_is_bigendian; |
603 | u8 mmio_sign_extend; | 601 | u8 mmio_sign_extend; |
604 | u8 dcr_needed; | ||
605 | u8 dcr_is_write; | ||
606 | u8 osi_needed; | 602 | u8 osi_needed; |
607 | u8 osi_enabled; | 603 | u8 osi_enabled; |
608 | u8 papr_enabled; | 604 | u8 papr_enabled; |