Re: [patch 09/40] cpu: hotplug: Implement setup/removal interface

2013-02-01 Thread Thomas Gleixner
On Fri, 1 Feb 2013, Hillf Danton wrote: > On Thu, Jan 31, 2013 at 8:11 PM, Thomas Gleixner wrote: > > +/** > > + for_each_present_cpu(cpu) { > > + int ret, cpustate = per_cpu(cpuhp_state, cpu); > > s/ret,// Duh, yes. -- To unsubscribe from this list: send the line "unsubscrib

Re: [patch 09/40] cpu: hotplug: Implement setup/removal interface

2013-02-01 Thread Hillf Danton
On Thu, Jan 31, 2013 at 8:11 PM, Thomas Gleixner wrote: > +/** > + * __cpuhp_setup_state - Setup the callbacks for an hotplug machine state > + * @state: The state to setup > + * @invoke:If true, the startup function is invoked for cpus where > + * cpu state >= @state > + * @st