OSDN Git Service

[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)
commit1640a2c385a860ef25be4a8d18a528c4b6f02bd6
tree4735f28570e42b25bda1e7fb2a4ad081e3e95e31
parent63a70eeaafe0e17e7f45cba495cb457d06070419
[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