commit | 50adbbd8a8e572ad2533eace228c841ec84028a3 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <[email protected]> | Sat Nov 13 11:44:26 2010 -0500 |
committer | Borislav Petkov <[email protected]> | Fri Jan 07 11:54:25 2011 +0100 |
tree | 34df56e03f29790ed6b16b73cf25d2a5793f0b05 | |
parent | bad11e031862294265145d87dd4be1ae4af0d57f [diff] |
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: Randy Dunlap <[email protected]> Cc: Doug Thompson <[email protected]> Cc: [email protected] Signed-off-by: Borislav Petkov <[email protected]>