commit | ffdb5976c47609c862917d4c186ecbb5706d2dda | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Jul 28 12:16:28 2008 -0500 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Mon Jul 28 12:16:29 2008 +1000 |
tree | 7a8485260922290080094adc25f3cbebd4ad506b | |
parent | 5c2aed622571ac7c3c6ec182d6d3c318e4b45c8b [diff] |
Simplify stop_machine stop_machine creates a kthread which creates kernel threads. We can create those threads directly and simplify things a little. Some care must be taken with CPU hotunplug, which has special needs, but that code seems more robust than it was in the past. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>