Re: [patch 2/2] percpu enable flag for softlockup watchdog
From: Prarit Bhargava <hidden>
Date: 2007-03-27 14:43:37
Also in:
lkml
From: Prarit Bhargava <hidden>
Date: 2007-03-27 14:43:37
Also in:
lkml
Jeremy Fitzhardinge wrote:
+static DEFINE_PER_CPU(int, enabled);
Minor nit: let's call this softlockup_enabled. Makes it easier for the reader ;) P.