summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/irq_32.c
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2008-08-21 22:43:51 +0200
committerIngo Molnar <mingo@elte.hu>2008-08-22 06:55:21 +0200
commit5b792d320f28ff83dd4c13f984807e26235f7703 (patch)
tree51681747d4c731f1ca1b5ba7f6c8b763e0edb41e /arch/x86/kernel/irq_32.c
parentx86-microcode: generic interface refactoring (diff)
downloadlinux-5b792d320f28ff83dd4c13f984807e26235f7703.tar.xz
linux-5b792d320f28ff83dd4c13f984807e26235f7703.zip
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 <randy.dunlap@oracle.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/irq_32.c')
0 files changed, 0 insertions, 0 deletions