diff options
Diffstat (limited to 'arch/powerpc/include/asm/kvm_book3s.h')
-rw-r--r-- | arch/powerpc/include/asm/kvm_book3s.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/kvm_book3s.h b/arch/powerpc/include/asm/kvm_book3s.h index c91be0ff023..79ab8faf18e 100644 --- a/arch/powerpc/include/asm/kvm_book3s.h +++ b/arch/powerpc/include/asm/kvm_book3s.h | |||
@@ -91,6 +91,7 @@ struct kvmppc_vcpu_book3s { | |||
91 | u64 vsid_next; | 91 | u64 vsid_next; |
92 | u64 vsid_max; | 92 | u64 vsid_max; |
93 | int context_id; | 93 | int context_id; |
94 | ulong prog_flags; /* flags to inject when giving a 700 trap */ | ||
94 | }; | 95 | }; |
95 | 96 | ||
96 | #define CONTEXT_HOST 0 | 97 | #define CONTEXT_HOST 0 |