From: Nadav Amit Date: Tue, 23 Sep 2014 07:01:57 +0000 (+0300) Subject: KVM: x86: Remove debug assertion of non-PAE reserved bits X-Git-Tag: fixes-for-v3.18-merge-window~23^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5262739cbb8a6414ba521a79bf0549717459a09;p=pandora-kernel.git KVM: x86: Remove debug assertion of non-PAE reserved bits 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 Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed