The patch titled Subject: smpboot: fix for allow passing the cpumask on per-cpu thread registration has been removed from the -mm tree. Its filename was smpboot-allow-to-pass-the-cpumask-on-per-cpu-thread-registration-fix.patch This patch was dropped because it was folded into smpboot-allow-to-pass-the-cpumask-on-per-cpu-thread-registration.patch ------------------------------------------------------ From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Subject: smpboot: fix for allow passing the cpumask on per-cpu thread registration Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Frederic Weisbecker <fweisbec@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/smpboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/smpboot.c~smpboot-allow-to-pass-the-cpumask-on-per-cpu-thread-registration-fix kernel/smpboot.c --- a/kernel/smpboot.c~smpboot-allow-to-pass-the-cpumask-on-per-cpu-thread-registration-fix +++ a/kernel/smpboot.c @@ -308,7 +308,7 @@ out: put_online_cpus(); return ret; } -EXPORT_SYMBOL_GPL(smpboot_register_percpu_thread); +EXPORT_SYMBOL_GPL(smpboot_register_percpu_thread_cpumask); /** * smpboot_unregister_percpu_thread - Unregister a per_cpu thread related to hotplug _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are smpboot-allow-to-pass-the-cpumask-on-per-cpu-thread-registration.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html