]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] aacraid: remove aac_insert_entry
authorMark Haverkamp <markh@osdl.org>
Tue, 20 Sep 2005 19:57:11 +0000 (12:57 -0700)
committerJames Bottomley <jejb@mulgrave.(none)>
Mon, 26 Sep 2005 22:49:07 +0000 (17:49 -0500)
commitebee0184e04ebf00fcc655ea5f0d62a5a30ae277
tree4735f28570e42b25bda1e7fb2a4ad081e3e95e31
parent6e356f59e32139db40010948e552ce675c15afcd
[SCSI] aacraid: remove aac_insert_entry

Received from Mark Salyzyn from Adaptec.

High Priority Queues have *never* been used in the entire history of the
aac based adapters. Associated with this, aac_insert_entry can be
removed, SavedIrql can be removed & padding variable can be removed.
With the movement of SavedIrql out & replaced with an automatic variable
qflags, the locking can be refined somewhat. The sparse warnings did not
catch the need for byte swapping in the 'dprintk' debugging print
macros, so fixed this up when this code was moved outside of the now
refined locking.

Signed-off-by: Mark Haverkamp <markh@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/aacraid/aacraid.h
drivers/scsi/aacraid/commsup.c