aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
diff options
context:
space:
mode:
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>2015-03-20 05:39:42 -0400
committerAlexander Graf <agraf@suse.de>2015-04-21 09:21:29 -0400
commit31037ecad275e9ad9bc671c34f72b495cf708ca3 (patch)
tree211cc1252b34b398e7cab789546828ddb55f05e2 /arch/powerpc/include
parente928e9cb3601ce240189bfea05b67ebd391c85ae (diff)
KVM: PPC: Book3S HV: Remove RMA-related variables from code
We don't support real-mode areas now that 970 support is removed. Remove the remaining details of rma from the code. Also rename rma_setup_done to hpte_setup_done to better reflect the changes. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch/powerpc/include')
-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 8ef05121d3cd..015773f5bb33 100644
--- a/arch/powerpc/include/asm/kvm_host.h
+++ b/arch/powerpc/include/asm/kvm_host.h
@@ -228,9 +228,8 @@ struct kvm_arch {
228 int tlbie_lock; 228 int tlbie_lock;
229 unsigned long lpcr; 229 unsigned long lpcr;
230 unsigned long rmor; 230 unsigned long rmor;
231 struct kvm_rma_info *rma;
232 unsigned long vrma_slb_v; 231 unsigned long vrma_slb_v;
233 int rma_setup_done; 232 int hpte_setup_done;
234 u32 hpt_order; 233 u32 hpt_order;
235 atomic_t vcpus_running; 234 atomic_t vcpus_running;
236 u32 online_vcores; 235 u32 online_vcores;