KVM: Replace get_mt_mask_shift with get_mt_mask
authorSheng Yang <sheng@linux.intel.com>
Mon, 27 Apr 2009 12:35:42 +0000 (20:35 +0800)
committerAvi Kivity <avi@redhat.com>
Wed, 10 Jun 2009 08:48:49 +0000 (11:48 +0300)
commit4b12f0de33a64dfc624b2480f55b674f7fa23ef2
treeed12e1230b777add7aae2b7d24fa82f8e4efbb34
parent9b62e5b10ff0f98346bcbe4a4fe3a0ca8fa7be30
KVM: Replace get_mt_mask_shift with get_mt_mask

Shadow_mt_mask is out of date, now it have only been used as a flag to indicate
if TDP enabled. Get rid of it and use tdp_enabled instead.

Also put memory type logical in kvm_x86_ops->get_mt_mask().

Signed-off-by: Sheng Yang <sheng@linux.intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/mmu.c
arch/x86/kvm/svm.c
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c