x86: Tidy up some duplicate MSR defines
authorSimon Glass <sjg@chromium.org>
Wed, 25 Sep 2019 14:56:39 +0000 (08:56 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:57:47 +0000 (13:57 +0800)
commitf6d00da459694a42c1de1e42b159595e2f5ad56f
treeefa0ef73ce868ce3c99a3d35f1cc2fbfafd2906f
parent2f0c2f03e71a68d7e5d8770c10d0154ead6dd104
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>
arch/x86/cpu/baytrail/cpu.c
arch/x86/cpu/broadwell/cpu_full.c
arch/x86/cpu/turbo.c
arch/x86/include/asm/msr-index.h