diff options
author | Marcelo Tosatti <mtosatti@redhat.com> | 2010-10-22 14:18:16 -0200 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-01-12 11:23:38 +0200 |
commit | 982c25658c066fbbeb42e44a6a8fcd59ae008837 (patch) | |
tree | 127d24aa075cb94ad34724d70301d439ac9b6153 /arch/x86/kvm/x86.c | |
parent | ff1fcb9ebd53ee3f21ae117e6952204e465f46d8 (diff) | |
download | kernel_samsung_crespo-982c25658c066fbbeb42e44a6a8fcd59ae008837.zip kernel_samsung_crespo-982c25658c066fbbeb42e44a6a8fcd59ae008837.tar.gz kernel_samsung_crespo-982c25658c066fbbeb42e44a6a8fcd59ae008837.tar.bz2 |
KVM: MMU: remove kvm_mmu_set_base_ptes
Unused.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r-- | arch/x86/kvm/x86.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index c0bd2a2..a2a7854 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -4693,7 +4693,6 @@ int kvm_arch_init(void *opaque) kvm_x86_ops = ops; kvm_mmu_set_nonpresent_ptes(0ull, 0ull); - kvm_mmu_set_base_ptes(PT_PRESENT_MASK); kvm_mmu_set_mask_ptes(PT_USER_MASK, PT_ACCESSED_MASK, PT_DIRTY_MASK, PT64_NX_MASK, 0); |