summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kvm_paging_tmpl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kvm_paging_tmpl.h b/kvm_paging_tmpl.h
index 1109874..8c85f97 100644
--- a/kvm_paging_tmpl.h
+++ b/kvm_paging_tmpl.h
@@ -145,8 +145,6 @@ walk:
--walker->level;
}
#endif
- ASSERT((!is_long_mode(vcpu) && is_pae(vcpu)) ||
- (vcpu->arch.cr3 & CR3_NONPAE_RESERVED_BITS) == 0);
pt_access = ACC_ALL;