commit | e1d9ec6246a2668a5d037f529877efb7cf176af8 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Jan 16 15:31:15 2009 -0800 |
committer | Mike Travis <travis@sgi.com> | Fri Jan 16 15:31:15 2009 -0800 |
tree | 58873891cffbb657cf7820ff0a32f03eea830f80 | |
parent | 68564a46976017496c2227660930d81240f82355 [diff] |
work_on_cpu: Use our own workqueue. Impact: remove potential clashes with generic kevent workqueue Annoyingly, some places we want to use work_on_cpu are already in workqueues. As per Ingo's suggestion, we create a different workqueue for work_on_cpu. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Mike Travis <travis@sgi.com>