commit | 05e85b964bf9722dba0df3b1b054ed944799fea4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:56:39 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 08 13:57:47 2019 +0800 |
tree | efa0ef73ce868ce3c99a3d35f1cc2fbfafd2906f | |
parent | b12689d44cbb6114d3a38a4ce103f12b6a44fb62 [diff] |
x86: Tidy up some duplicate MSR defines Some MSR registers are defined twice in different parts of the file. Move them together and remove the duplicates. Also drop some thermal defines which are not used. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>