Re: [RFC][PATCH 1/2] x86: remove duplicate TSC DEADLINE MSR definitions

From: Dave Hansen
Date: Sat Mar 06 2021 - 20:34:22 EST


On 3/5/20 9:47 AM, Dave Hansen wrote:
> There are two definitions for the TSC deadline MSR in msr-index.h,
> one with an underscore and one without. Axe one of them and move
> all the references over to the other one.
>
> Cc: x86@xxxxxxxxxx
> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>

Better late than never:

Signed-off-by: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>