Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758761Ab1D3AAJ (ORCPT ); Fri, 29 Apr 2011 20:00:09 -0400 Received: from smtp-out.google.com ([74.125.121.67]:4620 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753435Ab1D3AAG convert rfc822-to-8bit (ORCPT ); Fri, 29 Apr 2011 20:00:06 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=google.com; s=beta; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=PfONSjt/I2SciuKfYuDFtpAEpAUnGS7PHKyeYdLa4KoIOn02/fmze7R9UOjqIa5LUQ 0Pq4E1tmWMHqyfYBEu3w== MIME-Version: 1.0 In-Reply-To: <20110429164736.fd84f2ae.randy.dunlap@oracle.com> References: <20110429212328.GA19207@kroah.com> <20110429225551.22013.65012.stgit@mike.mtv.corp.google.com> <20110429164736.fd84f2ae.randy.dunlap@oracle.com> From: Mike Waychison Date: Fri, 29 Apr 2011 16:59:43 -0700 Message-ID: Subject: Re: [PATCH v4 1/3] driver: Google EFI SMI To: Randy Dunlap Cc: Greg KH , Matt Domsch , Alan Cox , Duncan Laurie , Aaron Durbin , x86@kernel.org, linux-kernel@vger.kernel.org, Tim Hockin , San Mehat Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT X-System-Of-Record: true Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 976 Lines: 25 On Fri, Apr 29, 2011 at 4:47 PM, Randy Dunlap 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/