RE: [PATCH] x86/mce: Schedule mce_setup() on correct CPU for CPER decoding

From: Luck, Tony
Date: Mon Apr 17 2023 - 13:19:40 EST


> int apei_smca_report_x86_error(struct cper_ia_proc_ctx *ctx_info, u64 lapic_id)

I'm a bit puzzled why this function has "smca" in the name. I think it is called
unconditionally on Intel as well as AMD systems ... and looks like it will do useful
things if Intel someday has a hybrid server that reports APEI errors (maybe it is
already useful on hybrid clients?).

Otherwise this look looks fine.

Acked-by: Tony Luck <tony.luck@xxxxxxxxx>

-Tony