diff options
| -rw-r--r-- | arch/powerpc/include/asm/kvm_host.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/kvm_host.h b/arch/powerpc/include/asm/kvm_host.h index 62fbd38b15fa..ca9bf459db6a 100644 --- a/arch/powerpc/include/asm/kvm_host.h +++ b/arch/powerpc/include/asm/kvm_host.h | |||
| @@ -406,13 +406,18 @@ struct kvm_vcpu_arch { | |||
| 406 | u32 host_mas4; | 406 | u32 host_mas4; |
| 407 | u32 host_mas6; | 407 | u32 host_mas6; |
| 408 | u32 shadow_epcr; | 408 | u32 shadow_epcr; |
| 409 | u32 epcr; | ||
| 410 | u32 shadow_msrp; | 409 | u32 shadow_msrp; |
| 411 | u32 eplc; | 410 | u32 eplc; |
| 412 | u32 epsc; | 411 | u32 epsc; |
| 413 | u32 oldpir; | 412 | u32 oldpir; |
| 414 | #endif | 413 | #endif |
| 415 | 414 | ||
| 415 | #if defined(CONFIG_BOOKE) | ||
| 416 | #if defined(CONFIG_KVM_BOOKE_HV) || defined(CONFIG_64BIT) | ||
| 417 | u32 epcr; | ||
| 418 | #endif | ||
| 419 | #endif | ||
| 420 | |||
| 416 | #ifdef CONFIG_PPC_BOOK3S | 421 | #ifdef CONFIG_PPC_BOOK3S |
| 417 | /* For Gekko paired singles */ | 422 | /* For Gekko paired singles */ |
| 418 | u32 qpr[32]; | 423 | u32 qpr[32]; |
