commit | c8f4453875855911109cf42acea7ca78f13efdc3 | [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 | 0a42c02776dface230778a1bc47c643f3c8c78cf [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>