Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751064AbbGKPRk (ORCPT ); Sat, 11 Jul 2015 11:17:40 -0400 Received: from mx6-phx2.redhat.com ([209.132.183.39]:41939 "EHLO mx6-phx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750830AbbGKPRj (ORCPT ); Sat, 11 Jul 2015 11:17:39 -0400 Date: Sat, 11 Jul 2015 11:17:01 -0400 (EDT) From: Ulrich Obergfell To: Frederic Weisbecker Cc: LKML , Peter Zijlstra , Chris Metcalf , Thomas Gleixner , Don Zickus , Andrew Morton Message-ID: <1643115123.36518953.1436627821063.JavaMail.zimbra@redhat.com> In-Reply-To: <1436454992-21462-4-git-send-email-fweisbec@gmail.com> References: <1436454992-21462-1-git-send-email-fweisbec@gmail.com> <1436454992-21462-4-git-send-email-fweisbec@gmail.com> Subject: Re: [PATCH 3/4] smpboot: Allow to pass the cpumask on per-cpu thread registration MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.36.7.148] X-Mailer: Zimbra 8.0.6_GA_5922 (ZimbraWebClient - FF22 (Linux)/8.0.6_GA_5922) Thread-Topic: smpboot: Allow to pass the cpumask on per-cpu thread registration Thread-Index: Z18TxYJ5wKfKnm9yqH3C9J86IWLC9Q== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 891 Lines: 25 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 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/