diff options
Diffstat (limited to 'arch/powerpc/include/asm')
-rw-r--r-- | arch/powerpc/include/asm/kvm_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/kvm_host.h b/arch/powerpc/include/asm/kvm_host.h index c30a70c6b931..715aa6baf6f0 100644 --- a/arch/powerpc/include/asm/kvm_host.h +++ b/arch/powerpc/include/asm/kvm_host.h | |||
@@ -198,6 +198,7 @@ struct kvm_vcpu_arch { | |||
198 | ulong msr; | 198 | ulong msr; |
199 | #ifdef CONFIG_PPC64 | 199 | #ifdef CONFIG_PPC64 |
200 | ulong shadow_msr; | 200 | ulong shadow_msr; |
201 | ulong shadow_srr1; | ||
201 | ulong hflags; | 202 | ulong hflags; |
202 | ulong guest_owned_ext; | 203 | ulong guest_owned_ext; |
203 | #endif | 204 | #endif |