Re: [PATCH 3/4] smpboot: Allow to pass the cpumask on per-cpu thread registration

From: Frederic Weisbecker
Date: Sat Jul 11 2015 - 11:23:19 EST


On Sat, Jul 11, 2015 at 11:17:01AM -0400, Ulrich Obergfell wrote:
>
> Frederic,
>
> since you changed the function name, you may want to adjust the comment header
> too ----------------.
> v

Oops, thanks for pointing out.

> /**
> * 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/