commit | e18f3ffb9c3ddfc1b4ad8f38f5f2acae8c16f0c9 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Wed May 09 02:33:50 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed May 09 12:30:50 2007 -0700 |
tree | 6a1ccc7a10ccc25dd9b7e09fefa3db96e211e1ee | |
parent | a1e3cf418fc1e6b13bdc472ffb60bd02735e41a6 [diff] |
schedule_on_each_cpu(): use preempt_disable() We take workqueue_mutex in there to keep CPU hotplug away. But preempt_disable() will suffice for that. Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>