From: Avi Kivity Date: Fri, 22 Aug 2008 16:14:17 +0000 (+0300) Subject: KVM: MMU: Unify direct map 4K and large page paths X-Git-Tag: v2.6.28-rc1~269^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e37d3dc3e358dbf907f8b96a51282966934124b;p=pandora-kernel.git KVM: MMU: Unify direct map 4K and large page paths The two paths are equivalent except for one argument, which is already available. Merge the two codepaths. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed