aboutsummaryrefslogtreecommitdiffstats
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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/kvm_host.h b/arch/powerpc/include/asm/kvm_host.h
index beb22ba71e26..9252d5e3758d 100644
--- a/arch/powerpc/include/asm/kvm_host.h
+++ b/arch/powerpc/include/asm/kvm_host.h
@@ -177,14 +177,13 @@ struct revmap_entry {
177}; 177};
178 178
179/* Low-order bits in kvm->arch.slot_phys[][] */ 179/* Low-order bits in kvm->arch.slot_phys[][] */
180#define KVMPPC_PAGE_ORDER_MASK 0x1f
180#define KVMPPC_GOT_PAGE 0x80 181#define KVMPPC_GOT_PAGE 0x80
181 182
182struct kvm_arch { 183struct kvm_arch {
183#ifdef CONFIG_KVM_BOOK3S_64_HV 184#ifdef CONFIG_KVM_BOOK3S_64_HV
184 unsigned long hpt_virt; 185 unsigned long hpt_virt;
185 struct revmap_entry *revmap; 186 struct revmap_entry *revmap;
186 unsigned long ram_psize;
187 unsigned long ram_porder;
188 unsigned int lpid; 187 unsigned int lpid;
189 unsigned int host_lpid; 188 unsigned int host_lpid;
190 unsigned long host_lpcr; 189 unsigned long host_lpcr;