This patch set is to provide MCA support for new Centaur CPU. The first patch is used to tell the kernel that newer Centaur CPU support MCE broadcasting.
The second patch is used to tell the kernel that newer Centaur CPU support CMCI. Changes from v2 to v3: * move mca_cfg.monarch_timeout init from __mcheck_cpu_apply_quirks to mce_centaur_feature_init according to request from Boris. Changes from v1 to v2: * Capatilize 'Centaur' in the comments David Wang (2): x86/mce: new Centaur CPU support MCE broadcasting x86/mce: add CMCI support for Centaur CPUs arch/x86/kernel/cpu/mcheck/mce.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) -- 1.9.1