Staging: hv: make gVmbusConnection.ChannelLock a real spinlock
commit0f5e44ca6e777660af6b0eb44d4787563932eda8
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 15 Jul 2009 21:57:16 +0000 (15 14:57 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:48 +0000 (15 12:01 -0700)
tree63e1c8598cc093682747da8587292a638a44e68e
parentdd0813b6f51b33529f37ba43334ac65e82d772e8
Staging: hv: make gVmbusConnection.ChannelLock 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 <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/Channel.c
drivers/staging/hv/ChannelMgmt.c
drivers/staging/hv/Connection.c
drivers/staging/hv/VmbusPrivate.h