From: Borislav Petkov Date: Thu, 15 Jan 2015 08:44:56 +0000 (+0100) Subject: kvm: Fix CR3_PCID_INVD type on 32-bit X-Git-Tag: fixes-v4.0-rc1~113^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfaa790a3fb8a7efa98f4a6457e19dc3a0db35d3;p=pandora-kernel.git kvm: Fix CR3_PCID_INVD type on 32-bit arch/x86/kvm/emulate.c: In function ‘check_cr_write’: arch/x86/kvm/emulate.c:3552:4: warning: left shift count >= width of type rsvd = CR3_L_MODE_RESERVED_BITS & ~CR3_PCID_INVD; happens because sizeof(UL) on 32-bit is 4 bytes but we shift it 63 bits to the left. Signed-off-by: Borislav Petkov Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed