git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c8ab69
)
mtip32xx: Use plain spinlock for 'cmd_issue_lock'
author
Asai Thambi S P
<asamymuthupa@micron.com>
Wed, 30 May 2012 01:43:16 +0000
(18:43 -0700)
committer
Jens Axboe
<axboe@kernel.dk>
Thu, 31 May 2012 06:46:50 +0000
(08:46 +0200)
'cmd_issue_lock' is for only acquiring a free slot, and it is not used
in interrupt context. So replaced irq version with non-irq version of spinlock.
Signed-off-by: Asai Thambi S P <asamymuthupa@micron.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
No differences found