RE: [PATCH v4 1/4] x86/mce: Add centaur vendor to support Zhaoxin MCA

From: Zhuo, Qiuxu
Date: Fri Oct 11 2024 - 23:35:23 EST


> From: Tony W Wang-oc <TonyWWang-oc@xxxxxxxxxxx>
> [...]
> Subject: [PATCH v4 1/4] x86/mce: Add centaur vendor to support Zhaoxin MCA

s/centaur/Centaur/

>
> From: Lyle Li <LyleLi@xxxxxxxxxxx>
>
> Zhaoxin consists of two vendors, X86_VENDOR_ZHAOXIN and
> X86_VENDOR_CENTAUR, so add the centaur vendor to support Zhaoxin MCA in
> mce/core.c and mce/intel.c.

s/centaur/Centaur

Simplify the commit message as follows:

Zhaoxin consists of two vendors, X86_VENDOR_ZHAOXIN and X86_VENDOR_CENTAUR. Add the missing Centaur vendor to support Zhaoxin MCA.

Other than that:

Reviewed-by: Qiuxu Zhuo <qiuxu.zhuo@xxxxxxxxx>

> Signed-off-by: Lyle Li <LyleLi@xxxxxxxxxxx>
> Signed-off-by: Tony W Wang-oc <TonyWWang-oc@xxxxxxxxxxx>
> ---
> [...]