summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/kvm_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/kvm_host.h')
-rw-r--r--arch/powerpc/include/asm/kvm_host.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/kvm_host.h b/arch/powerpc/include/asm/kvm_host.h
index fac6f63..b526f1a 100644
--- a/arch/powerpc/include/asm/kvm_host.h
+++ b/arch/powerpc/include/asm/kvm_host.h
@@ -260,6 +260,8 @@ struct kvm_hpt_info {
struct revmap_entry *rev;
/* Guest HPT size is 2**(order) bytes */
u32 order;
+ /* 1 if HPT allocated from reserved region, 0 otherwise */
+ int resv;
/* 1 if HPT allocated with CMA, 0 otherwise */
int cma;
};
OpenPOWER on IntegriCloud