Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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. [[email protected]: remove now-wrong set_cpus_allowed()] Signed-off-by: Serge E. Hallyn <[email protected]> Cc: Rusty Russell <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information