From: Marcelo Tosatti <[email protected]>
Signed-off-by: Marcelo Tosatti <[email protected]>
diff --git a/kvm/test/x86/vm.c b/kvm/test/x86/vm.c
index c9876e5..90b1085 100644
--- a/kvm/test/x86/vm.c
+++ b/kvm/test/x86/vm.c
@@ -204,10 +204,8 @@ static void setup_mmu(unsigned long len)
unsigned long *cr3 = alloc_page();
unsigned long phys = 0;
-#if 0
if (len < (1ul << 32))
len = 1ul << 32; /* map mmio 1:1 */
-#endif
memset(cr3, 0, PAGE_SIZE);
while (phys + LARGE_PAGE_SIZE <= len) {
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html