]> git.baikalelectronics.ru Git - kernel.git/commit
x86/mce: Fix 32-bit build
authorBorislav Petkov <borislav.petkov@amd.com>
Tue, 22 May 2012 10:53:46 +0000 (12:53 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 23 May 2012 15:16:43 +0000 (17:16 +0200)
commit48c4571fda1c8e41403e149a222d4e8e7898a18e
tree741c3a2c4eeed3d4bdf9cdbb792b8b3c5645aa23
parent4019e03c7d36a7367d6682633cb7e45b652af677
x86/mce: Fix 32-bit build

Got bitten again by the BIT() macro:

 arch/x86/kernel/cpu/mcheck/mce.c: In function '__mcheck_cpu_apply_quirks':
 arch/x86/kernel/cpu/mcheck/mce.c:1453:6: warning: left shift
 count >= width of type arch/x86/kernel/cpu/mcheck/mce.c:1454:7: warning: left shift count >= width of type

Fix it already.

Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Cc: Frank Arnold <frank.arnold@amd.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1337684026-19740-2-git-send-email-bp@amd64.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/cpu/mcheck/mce.c