From: Daniel Walker Date: Tue, 5 Feb 2008 06:31:27 +0000 (-0800) Subject: uml: mconsole mutex conversion X-Git-Tag: v2.6.25-rc1~795 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e98fa28160eabdcda4c4c5bf7af7a3256c10c922;p=pandora-kernel.git 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 Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed