diff options
Diffstat (limited to 'arch/powerpc/include/asm/kvm_booke.h')
| -rw-r--r-- | arch/powerpc/include/asm/kvm_booke.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/kvm_booke.h b/arch/powerpc/include/asm/kvm_booke.h index b7cd3356a53..d3c1eb34c98 100644 --- a/arch/powerpc/include/asm/kvm_booke.h +++ b/arch/powerpc/include/asm/kvm_booke.h @@ -26,6 +26,8 @@  /* LPIDs we support with this build -- runtime limit may be lower */  #define KVMPPC_NR_LPIDS                        64 +#define KVMPPC_INST_EHPRIV	0x7c00021c +  static inline void kvmppc_set_gpr(struct kvm_vcpu *vcpu, int num, ulong val)  {  	vcpu->arch.gpr[num] = val;  |