From: Randy Dunlap Date: Thu, 21 Aug 2008 20:43:51 +0000 (-0700) Subject: x86, microcode_amd: fix shift warning X-Git-Tag: v2.6.28-rc1~699^2^4~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b792d320f28ff83dd4c13f984807e26235f7703;p=pandora-kernel.git x86, microcode_amd: fix shift warning microcode_amd.c uses ">> 32" on a 32-bit value, so gcc warns about that. The code could use something like this *untested* patch. linux-next-20080821/arch/x86/kernel/microcode_amd.c:229: warning: right shift count >= width of type Signed-off-by: Randy Dunlap Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed