]> bbs.cooldavid.org Git - net-next-2.6.git/commit
uml: mconsole mutex conversion
authorDaniel Walker <dwalker@mvista.com>
Tue, 5 Feb 2008 06:31:27 +0000 (22:31 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 5 Feb 2008 17:44:31 +0000 (09:44 -0800)
commite98fa28160eabdcda4c4c5bf7af7a3256c10c922
tree42745f2bece303689d51d7b5e39dcfe9065c9d39
parent01ac835fdd121f36dded404af15225101f6ccee3
uml: mconsole mutex conversion

The plug_mem_mutex is already used as a mutex since it's using
DECLARE_MUTEX(), but the underlying construct is still a semaphore ..  This
patch switches it over to a struct mutex.

Signed-off-by: Daniel Walker <dwalker@mvista.com>
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/drivers/mconsole_kern.c