lkml.org 
[lkml]   [2006]   [Nov]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch 2/4] introduce the mechanism of disabling cpu hotplug control
On Tue, 7 Nov 2006 20:01:34 -0800
"Siddha, Suresh B" <suresh.b.siddha@intel.com> 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-11-08 05:39    [W:0.040 / U:0.168 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site