lkml.org 
[lkml]   [2014]   [Nov]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRE: [PATCH v3 2/2] x86, mce: support memory error recovery for both UCNA and Deferred error in machine_check_poll
    Date
    > In fact, you could redo this patch in the meantime without the AMD vendor
    > check so that Tony can pick them up soon. I'll add the correct AMD bits
    > later.

    You just want this hunk deleted ...

    + if (c->x86_vendor == X86_VENDOR_AMD) {
    + /*
    + * AMD BKDGs - Machine Check Error Codes
    + *
    + * Bit 8 of ErrCode[15:0] of MCi_STATUS is used for indicating
    + * a memory-specific error. Note that this field encodes info-
    + * rmation about memory-hierarchy level involved in the error.
    + */
    + return (m->status & 0xff00) == BIT(8);
    + } else

    I can do that without a repost. Or I can leave a reminder ...

    + if (c->x86_vendor == X86_VENDOR_AMD) {
    + /*
    + * coming soon
    + */
    + return false;
    + } else

    -Tony
    \
     
     \ /
      Last update: 2014-11-10 23:21    [W:2.585 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site