diff options
author | Gautham R Shenoy <ego@in.ibm.com> | 2007-05-09 11:34:04 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-09 21:30:51 +0200 |
commit | 5be9361cdff17fc76fa0c3e262ead94158555f16 (patch) | |
tree | c0fd48bc0a39a2ba8a71677467f3d4e164b40f65 /kernel/cpu.c | |
parent | Define and use new events,CPU_LOCK_ACQUIRE and CPU_LOCK_RELEASE (diff) | |
download | linux-5be9361cdff17fc76fa0c3e262ead94158555f16.tar.xz linux-5be9361cdff17fc76fa0c3e262ead94158555f16.zip |
Eliminate lock_cpu_hotplug in kernel/schedc
Eliminate lock_cpu_hotplug from kernel/sched.c and use sched_hotcpu_mutex
instead to postpone a hotplug event.
In the migration_call hotcpu callback function, take sched_hotcpu_mutex
while handling the event CPU_LOCK_ACQUIRE and release it while handling
CPU_LOCK_RELEASE event.
[akpm@linux-foundation.org: fix deadlock]
Signed-off-by: Gautham R Shenoy <ego@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/cpu.c')
0 files changed, 0 insertions, 0 deletions