Re: [PATCH v6 05/15] x86/mce: Separate global and per-CPU quirks
From: Nikolay Borisov
Date: Wed Sep 10 2025 - 09:29:38 EST
On 8.09.25 г. 18:40 ч., Yazen Ghannam wrote:
Many quirks are global configuration settings and a handful apply to
each CPU.
Move the per-CPU quirks to vendor init to execute them on each online
CPU. Set the global quirks during BSP-only init so they're only executed
once and early.
Reviewed-by: Qiuxu Zhuo <qiuxu.zhuo@xxxxxxxxx>
Tested-by: Tony Luck <tony.luck@xxxxxxxxx>
Reviewed-by: Tony Luck <tony.luck@xxxxxxxxx>
Signed-off-by: Yazen Ghannam <yazen.ghannam@xxxxxxx>
Reviewed-by: Nikolay Borisov <nik.borisov@xxxxxxxx>