Re: [patch 2/4] introduce the mechanism of disabling cpu hotplug control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 7 Nov 2006 20:01:34 -0800
"Siddha, Suresh B" <[email protected]> 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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux