Re: [patch 2/4] introduce the mechanism of disabling cpu hotplugcontrol
From: Andrew Morton
Date: Tue Nov 07 2006 - 23:37:00 EST
On Tue, 7 Nov 2006 20:01:34 -0800
"Siddha, Suresh B" <suresh.b.siddha@xxxxxxxxx> wrote:
> I wanted to add something like disable_cpu_hotplug
My point is, `enable_cpu_hotplug' is nicer
if (enable_cpu_hotplug)
...
if (!enable_cpu_hotplug)
...
versus
if (disable_cpu_hotplug)
...
if (!disable_cpu_hotplug)
... /* My brain hurts */
-
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/