From: Paolo Bonzini Date: Mon, 10 Nov 2014 12:53:25 +0000 (+0100) Subject: KVM: x86: fix warning on 32-bit compilation X-Git-Tag: omap-for-v3.20/drop-legacy-3517~40^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac146235d47c20dbb1da7f0f8ef35c73e24590e3;p=pandora-kernel.git KVM: x86: fix warning on 32-bit compilation PCIDs are only supported in 64-bit mode. No need to clear bit 63 of CR3 unless the host is 64-bit. Reported by Fengguang Wu's autobuilder. Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed