From: Serge E. Hallyn Date: Sun, 25 Jun 2006 12:49:08 +0000 (-0700) Subject: [PATCH] kthread: convert stop_machine into a kthread X-Git-Tag: v2.6.18-rc1~897 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bdd1d1250d55afe403ac4affa6ccc5f9e60468f;p=pandora-kernel.git [PATCH] kthread: convert stop_machine into a kthread - Update stop_machine.c to spawn stop_machine as kthreads rather than the deprecated kernel_threads. - Update stop_machine to use the more efficient kthread_bind() before running task in place of set_cpus_allowed() after. [akpm@osdl.org: remove now-wrong set_cpus_allowed()] Signed-off-by: Serge E. Hallyn Cc: Rusty Russell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed