From: Nadav Amit Date: Tue, 30 Sep 2014 17:49:18 +0000 (+0300) Subject: KVM: x86: Wrong assertion on paging_tmpl.h X-Git-Tag: fixes-against-v3.18-rc2~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1715d0dcb0d4231983f1580e265c748cd3371f55;p=pandora-kernel.git KVM: x86: Wrong assertion on paging_tmpl.h Even after the recent fix, the assertion on paging_tmpl.h is triggered. Apparently, the assertion wants to check that the PAE is always set on long-mode, but does it in incorrect way. Note that the assertion is not enabled unless the code is debugged by defining MMU_DEBUG. Signed-off-by: Nadav Amit Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed