commit | 0f5e44ca6e777660af6b0eb44d4787563932eda8 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jul 15 14:57:16 2009 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Sep 15 12:01:48 2009 -0700 |
tree | 63e1c8598cc093682747da8587292a638a44e68e | |
parent | dd0813b6f51b33529f37ba43334ac65e82d772e8 [diff] |
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>