diff options
Diffstat (limited to 'arch/powerpc/include/asm/kvm_ppc.h')
-rw-r--r-- | arch/powerpc/include/asm/kvm_ppc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/kvm_ppc.h b/arch/powerpc/include/asm/kvm_ppc.h index 46bf652c9169..b8475daad884 100644 --- a/arch/powerpc/include/asm/kvm_ppc.h +++ b/arch/powerpc/include/asm/kvm_ppc.h | |||
@@ -302,6 +302,8 @@ static inline bool is_kvmppc_hv_enabled(struct kvm *kvm) | |||
302 | return kvm->arch.kvm_ops == kvmppc_hv_ops; | 302 | return kvm->arch.kvm_ops == kvmppc_hv_ops; |
303 | } | 303 | } |
304 | 304 | ||
305 | extern int kvmppc_hwrng_present(void); | ||
306 | |||
305 | /* | 307 | /* |
306 | * Cuts out inst bits with ordering according to spec. | 308 | * Cuts out inst bits with ordering according to spec. |
307 | * That means the leftmost bit is zero. All given bits are included. | 309 | * That means the leftmost bit is zero. All given bits are included. |