KVM: MMU: Unify direct map 4K and large page paths
authorAvi Kivity <avi@qumranet.com>
Fri, 22 Aug 2008 16:14:17 +0000 (19:14 +0300)
committerAvi Kivity <avi@qumranet.com>
Wed, 15 Oct 2008 08:15:22 +0000 (10:15 +0200)
The two paths are equivalent except for one argument, which is already
available.  Merge the two codepaths.

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

Simple merge