From: Ingo Molnar Date: Mon, 26 Jun 2006 07:24:32 +0000 (-0700) Subject: [PATCH] Convert kernel/cpu.c to mutexes X-Git-Tag: v2.6.18-rc1~827 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81615b624a45621b758380ec45d750483eae281d;p=pandora-kernel.git [PATCH] Convert kernel/cpu.c to mutexes Convert kernel/cpu.c from semaphore to mutex. I've reviewed all lock_cpu_hotplug() critical sections, and they all seem to fit mutex semantics. Signed-off-by: Ingo Molnar Cc: Rusty Russell Cc: Ashok Raj Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed