From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 7 Oct 2019 20:53:01 +0800 Subject: [U-Boot] [PATCH 055/126] x86: Tidy up some duplicate MSR defines In-Reply-To: References: <20190925145750.200592-1-sjg@chromium.org> <20190925145750.200592-56-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Oct 7, 2019 at 12:09 AM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > 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 > > --- > > > > arch/x86/cpu/baytrail/cpu.c | 6 +- > > arch/x86/cpu/broadwell/cpu_full.c | 6 +- > > arch/x86/cpu/turbo.c | 10 +-- > > arch/x86/include/asm/msr-index.h | 106 ++++++++++++------------------ > > 4 files changed, 54 insertions(+), 74 deletions(-) > > > > Reviewed-by: Bin Meng applied to u-boot-x86/next, thanks!