[SCSI] qla2xxx: Remove unnecessary spinlock primitive - mbx_reg_lock.
authorSeokmann Ju <seokmann.ju@qlogic.com>
Mon, 29 Jan 2007 18:22:30 +0000 (10:22 -0800)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Wed, 31 Jan 2007 17:15:09 +0000 (11:15 -0600)
commit03c79cc56e4497cbd09d74a73c1bd0d1d9a8a16c
treef6cb0b9880e1c513cdbfbb4b161e9ea040c007a6
parent7c98a046b76a3a858c21b75235bf146493b76e11
[SCSI] qla2xxx: Remove unnecessary spinlock primitive - mbx_reg_lock.

Since, mailbox commands are executed in a synchronous
manner, there is no need to have a separate spinlock
primitive to protect data/register access shared by callers.

Signed-off-by: Seokmann Ju <seokmann.ju@qlogic.com>
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/qla2xxx/qla_def.h
drivers/scsi/qla2xxx/qla_isr.c
drivers/scsi/qla2xxx/qla_mbx.c
drivers/scsi/qla2xxx/qla_os.c