commit | 6436873afce6f20fecc0c5099db899b25e1e6c2b | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jul 15 14:56:15 2009 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Sep 15 12:01:48 2009 -0700 |
tree | 4408cd43b5b17d6709e885afe77032b8ddf9a664 | |
parent | 880fb89c1f23c17de6c964dca7943d2f76a8e17c [diff] |
Staging: hv: make netDevice->ReceivePacketListLock 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>