Frederic,

since you changed the function name, you may want to adjust the comment header
too ----------------.
                    v
 /**
  * smpboot_register_percpu_thread - Register a per_cpu thread related to 
hotplug
  * @plug_thread:        Hotplug thread descriptor
+ * @cpumask:                The cpumask where threads run
  *
  * Creates and starts the threads on all online cpus.
  */
-int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread)
+int smpboot_register_percpu_thread_cpumask(struct smp_hotplug_thread 
*plug_thread,
+                                           const struct cpumask *cpumask)

Regards,

Uli
--
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/

Reply via email to