KVM: x86: Remove debug assertion of non-PAE reserved bits
authorNadav Amit <namit@cs.technion.ac.il>
Tue, 23 Sep 2014 07:01:57 +0000 (10:01 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 24 Sep 2014 12:07:55 +0000 (14:07 +0200)
Commit 346874c9507a ("KVM: x86: Fix CR3 reserved bits") removed non-PAE
reserved bits which were not according to Intel SDM.  However, residue was left
in a debug assertion (CR3_NONPAE_RESERVED_BITS).  Remove it.

Signed-off-by: Nadav Amit <namit@cs.technion.ac.il>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

No differences found