From: Daniel Walker Date: Tue, 5 Feb 2008 06:31:27 +0000 (-0800) Subject: uml: port mutex conversion X-Git-Tag: v2.6.25-rc1~794 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aa9c5db8e1eadf12a6c938dbd3e39ba6b923b8c;p=pandora-kernel.git uml: port mutex conversion The port_sem 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