Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751255AbbGKPXM (ORCPT ); Sat, 11 Jul 2015 11:23:12 -0400 Received: from mail-wi0-f176.google.com ([209.85.212.176]:34673 "EHLO mail-wi0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750855AbbGKPXL (ORCPT ); Sat, 11 Jul 2015 11:23:11 -0400 Date: Sat, 11 Jul 2015 17:23:03 +0200 From: Frederic Weisbecker To: Ulrich Obergfell Cc: LKML , Peter Zijlstra , Chris Metcalf , Thomas Gleixner , Don Zickus , Andrew Morton Subject: Re: [PATCH 3/4] smpboot: Allow to pass the cpumask on per-cpu thread registration Message-ID: <20150711152302.GG10257@lerouge> References: <1436454992-21462-1-git-send-email-fweisbec@gmail.com> <1436454992-21462-4-git-send-email-fweisbec@gmail.com> <1643115123.36518953.1436627821063.JavaMail.zimbra@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1643115123.36518953.1436627821063.JavaMail.zimbra@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1030 Lines: 29 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/