[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20150711152302.GG10257@lerouge>
Date: Sat, 11 Jul 2015 17:23:03 +0200
From: Frederic Weisbecker <fweisbec@...il.com>
To: Ulrich Obergfell <uobergfe@...hat.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
Peter Zijlstra <peterz@...radead.org>,
Chris Metcalf <cmetcalf@...hip.com>,
Thomas Gleixner <tglx@...utronix.de>,
Don Zickus <dzickus@...hat.com>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH 3/4] smpboot: Allow to pass the cpumask on per-cpu thread
registration
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists