https://bugzilla.kernel.org/show_bug.cgi?id=214469

--- Comment #1 from Nicholas Fries (nicholas.a.fr...@gmail.com) ---
I thought this was a function of ACPI, due to BERT and AEPI being involved. 

Underlying issue seems to be in arch/x86/kernel/cpu/mce/core.c line 136 where I
see the following:

/* Do initial initialization of a struct mce */
noinstr void mce_setup(struct mce *m)
{
        memset(m, 0, sizeof(struct mce));
        m->cpu = m->extcpu = smp_processor_id();


...

Still confirming but this would not be a function of ACPI, simply getting hints
from there as to there being an error. Please correct me if I'm wrong.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to