From: Zhao Jin Date: Mon, 19 Sep 2011 04:19:51 +0000 (+0800) Subject: KVM: MMU: fix incorrect return of spte X-Git-Tag: v3.1-rc8~8^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41bc3186b3c92a4ca05e2aa14bb6272fb491e679;p=pandora-kernel.git KVM: MMU: fix incorrect return of spte __update_clear_spte_slow should return original spte while the current code returns low half of original spte combined with high half of new spte. Signed-off-by: Zhao Jin Reviewed-by: Xiao Guangrong Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed