Re: [PATCH v4 05/13] x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flag

From: Daniel Sneddon
Date: Wed Sep 07 2022 - 14:36:29 EST


On 9/7/22 11:00, Babu Moger wrote:
> #define X86_FEATURE_SMBA (11*32+18) /* SLOW Memory Bandwidth Allocation */
> +#define X86_FEATURE_BMEC (11*32+18) /* AMD Bandwidth Monitoring Event Configuration (BMEC) */

Shouldn't this be +19 instead?