On Thu, 2010-12-09 at 16:44 -0800, akpm@xxxxxxxxxxxxxxxxxxxx wrote: > +struct task_struct *kthread_create_on_cpu(int (*threadfn)(void *data), > + void *data, > + int cpu, > + const char namefmt[], > + ...) I thought it was agreed that name sucked too much to live? All other *_on_cpu() interfaces actually do stuff on that cpu, but this does not in fact create a cpu affine task. -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html