diff options
Diffstat (limited to 'arch/powerpc/include/asm/kvm_host.h')
-rw-r--r-- | arch/powerpc/include/asm/kvm_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/kvm_host.h b/arch/powerpc/include/asm/kvm_host.h index 1eaea2dea174..d342f8efc843 100644 --- a/arch/powerpc/include/asm/kvm_host.h +++ b/arch/powerpc/include/asm/kvm_host.h | |||
@@ -562,6 +562,7 @@ struct kvm_vcpu_arch { | |||
562 | #ifdef CONFIG_PPC_BOOK3S | 562 | #ifdef CONFIG_PPC_BOOK3S |
563 | ulong fault_dar; | 563 | ulong fault_dar; |
564 | u32 fault_dsisr; | 564 | u32 fault_dsisr; |
565 | unsigned long intr_msr; | ||
565 | #endif | 566 | #endif |
566 | 567 | ||
567 | #ifdef CONFIG_BOOKE | 568 | #ifdef CONFIG_BOOKE |
@@ -654,7 +655,6 @@ struct kvm_vcpu_arch { | |||
654 | spinlock_t tbacct_lock; | 655 | spinlock_t tbacct_lock; |
655 | u64 busy_stolen; | 656 | u64 busy_stolen; |
656 | u64 busy_preempt; | 657 | u64 busy_preempt; |
657 | unsigned long intr_msr; | ||
658 | #endif | 658 | #endif |
659 | }; | 659 | }; |
660 | 660 | ||