Skip to content
Commit 50adbbd8 authored by Randy Dunlap's avatar Randy Dunlap Committed by Borislav Petkov
Browse files

EDAC, MCE: Use BIT_64() to eliminate warnings on 32-bit



Building for X86_32 produces shift count warnings, so use BIT_64() to
eliminate the warnings.

drivers/edac/mce_amd.c:778: warning: left shift count >= width of type
drivers/edac/mce_amd.c:778: warning: left shift count >= width of type

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: Doug Thompson <dougthompson@xmission.com>
Cc: bluesmoke-devel@lists.sourceforge.net
Signed-off-by: default avatarBorislav Petkov <borislav.petkov@amd.com>
parent bad11e03
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment