lkml.org 
[lkml]   [2011]   [Apr]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Date
    SubjectRe: [PATCH v4 1/3] driver: Google EFI SMI
    On Fri, Apr 29, 2011 at 4:47 PM, Randy Dunlap <randy.dunlap@oracle.com> wrote:
    > On Fri, 29 Apr 2011 15:55:51 -0700 Mike Waychison wrote:
    >
    >
    >> +static int gsmi_die_callback(struct notifier_block *nb,
    >> +                          unsigned long reason, void *arg)
    >> +{
    >> +     if (reason == DIE_NMIWATCHDOG)
    >> +             gsmi_shutdown_reason(GSMI_SHUTDOWN_NMIWDT);
    >> +     else if (reason == DIE_OOPS)
    >> +             gsmi_shutdown_reason(GSMI_SHUTDOWN_OOPS);
    >> +     return NOTIFY_DONE;
    >> +}
    >
    >
    > Where is DIE_NMIWATCHDOG defined?

    My bad. I didn't rebase these 3 patches to v2.6.39-rc5 when sending
    out v4. Seems it got dropped in rc1 in 02ca752e. Looking at how to
    wire this into whatever replaced die_nmi() now.
    --
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2011-04-30 02:03    [W:4.363 / U:0.064 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site