RE: [PATCH v2 07/16] x86/mce: Define BSP-only init
From: Zhuo, Qiuxu
Date: Mon Feb 24 2025 - 08:33:01 EST
> From: Yazen Ghannam <yazen.ghannam@xxxxxxx>
> [...]
> It's okay if Intel CPUs run this code, because they don't support these
> features. The feature flags are generally derived from CPUID bits, and
> x86 vendors do try to make sure they are unique and not
> overloaded/redefined between vendors.
>
> The same is true in reverse. It's okay if AMD CPUs run code to check for Intel-
> specific features. The feature checks will be false, and feature-specific code
> will not be used.
Thanks for addressing my concerns.
This patch looks good to me.
Reviewed-by: Qiuxu Zhuo <qiuxu.zhuo@xxxxxxxxx>