From: Greg Kroah-Hartman Date: Wed, 15 Jul 2009 21:56:45 +0000 (-0700) Subject: Staging: hv: make gVmbusConnection.ChannelMsgLock a real spinlock X-Git-Tag: v2.6.32-rc1~668^2~448 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd0813b6f51b33529f37ba43334ac65e82d772e8;p=pandora-kernel.git Staging: hv: make gVmbusConnection.ChannelMsgLock a real spinlock Don't use the wrapper functions for this lock, make it a real lock so that we know what is going on. I don't think we really want to be doing a irqsave for this code, but I left it alone to preserve the original codepath. It should be reviewed later. Cc: Hank Janssen Cc: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed