Re: [PATCH 1/2 v2] watchdog, nmi: Allow hardlockup to panic bydefault

From: Don Zickus
Date: Fri Mar 18 2011 - 14:59:21 EST


On Fri, Mar 18, 2011 at 11:23:53AM -0700, Andrew Morton wrote:
> >
> >
> > >
> > > > static int __init hardlockup_panic_setup(char *str)
> > > > {
> > > > if (!strncmp(str, "panic", 5))
> > > > hardlockup_panic = 1;
> > > > + else if (!strncmp(str, "nopanic", 5))
> > >
> > > s/5/7/
> >
> > doh.
> >
> > I can send a refreshed patch with the above changes.
>
> I fixed that up.

Thanks!

Cheers,
Don

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/