commit | 0a07ab224afc56c497e2f1c48e853dbdf964d549 | [log] [tgz] |
---|---|---|
author | Asai Thambi S P <asamymuthupa@micron.com> | Tue May 29 18:43:16 2012 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu May 31 08:46:50 2012 +0200 |
tree | 1bde0fec2ac58848d86fd64d465401d54a0e9323 | |
parent | 6c8ab69818e9469c864eea7d47c3d1c36ecd1e95 [diff] |
mtip32xx: Use plain spinlock for 'cmd_issue_lock' '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>