commit | 2545fa59f89294875db94f5edbd9e435cdd36c4f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 25 21:33:35 2016 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 11 11:55:33 2016 +0800 |
tree | a120e326bb427af78a5128c4679732bfe0bbcddb | |
parent | 4e0318c32f01e5178f9ddd29313fcb24a1584dd6 [diff] |
x86: ivybridge: Tidy up enable_clock_gating() for 64-bit Fix the hex case and remove unused brackets. Use ~0U instead of ~0UL to allow compilation on 64-bit machines. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>