Re: [PATCH 2/2] KVM: x86: Refactor and rename bit() to feature_bit() macro

From: Jim Mattson
Date: Wed Dec 11 2019 - 13:28:09 EST


On Wed, Dec 11, 2019 at 9:58 AM Sean Christopherson
<sean.j.christopherson@xxxxxxxxx> wrote:
>
> Rename bit() to __feature_bit() to give it a more descriptive name, and
> add a macro, feature_bit(), to stuff the X68_FEATURE_ prefix to keep
> line lengths manageable for code that hardcodes the bit to be retrieved.
>
> No functional change intended.
>
> Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Reviewed-by: Jim Mattson <jmattson@xxxxxxxxxx>