From: Sheng Yang Date: Fri, 25 Apr 2008 13:44:42 +0000 (+0800) Subject: KVM: MMU: Remove #ifdef CONFIG_X86_64 to support 4 level EPT X-Git-Tag: v2.6.26-rc2~80^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ac593c97eb229da44819f66fea47975537c1177;p=pandora-kernel.git KVM: MMU: Remove #ifdef CONFIG_X86_64 to support 4 level EPT Currently EPT level is 4 for both pae and x86_64. The patch remove the #ifdef for alloc root_hpa and free root_hpa to support EPT. Signed-off-by: Sheng Yang Signed-off-by: Avi Kivity --- Reading git-diff-tree failed