commit | 4c51cb005b29e6329d7e598bf835689b230817c9 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Aug 01 11:27:15 2014 +0300 |
committer | H. Peter Anvin <hpa@zytor.com> | Sat Aug 02 16:52:17 2014 -0700 |
tree | b337f62cd0df5d9ccff8c64e2b2d0da1c44c5622 | |
parent | f855911c1f481734191615a7438a396f52a915dc [diff] |
x86/pmc_atom: Silence shift wrapping warnings in pmc_sleep_tmr_show() I don't know if we really need 64 bits here but these variables are declared as u64 and it can't hurt to cast this so we prevent any shift wrapping. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Aubrey Li <aubrey.li@linux.intel.com> Link: http://lkml.kernel.org/r/20140801082715.GE28869@mwanda Signed-off-by: H. Peter Anvin <hpa@zytor.com>