KVM: MMU: Infer shadow root level in direct_map()
authorAvi Kivity <avi@qumranet.com>
Tue, 26 Aug 2008 13:16:08 +0000 (16:16 +0300)
committerAvi Kivity <avi@qumranet.com>
Wed, 15 Oct 2008 08:15:22 +0000 (10:15 +0200)
In all cases the shadow root level is available in mmu.shadow_root_level,
so there is no need to pass it as a parameter.

Signed-off-by: Avi Kivity <avi@qumranet.com>
arch/x86/kvm/mmu.c

Simple merge