Re: [PATCH 1/6] [watchdog] combine nmi_watchdog and softlockup

From: Randy Dunlap
Date: Tue Apr 20 2010 - 11:56:20 EST


On Tue, 20 Apr 2010 11:23:58 -0400 Don Zickus wrote:

> diff --git a/init/Kconfig b/init/Kconfig
> index 7331a16..98e3f5f 100644
> --- a/init/Kconfig
> +++ b/init/Kconfig
> @@ -948,8 +948,11 @@ config PERF_USE_VMALLOC
>
> config PERF_EVENTS_NMI
> bool
> + depends on PERF_EVENTS
> help
> - Arch has support for nmi_watchdog
> + Arch can generate an NMI using the perf event subsystem

Hi Don,

I realize that you didn't introduce Arch in this help text,
but can we eliminate him, please? E.g.:

Platform can generate an NMI using the perf event subsystem.
or
System hardware can generate an NMI using the perf event subsystem.

> + Also has support for calculating cpu cycle events to

CPU

> + determine how many clock cycles in a given period

period.

>
> menu "Kernel Performance Events And Counters"


---
~Randy
--
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/