[SCSI] hpsa: delete old unused padding garbage
Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com> Signed-off-by: James Bottomley <jbottomley@parallels.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
parent
1fb011fb05
commit
a2a431a4fd
|
@ -256,14 +256,6 @@ struct ErrorInfo {
|
||||||
#define CMD_IOCTL_PEND 0x01
|
#define CMD_IOCTL_PEND 0x01
|
||||||
#define CMD_SCSI 0x03
|
#define CMD_SCSI 0x03
|
||||||
|
|
||||||
/* This structure needs to be divisible by 32 for new
|
|
||||||
* indexing method and performant mode.
|
|
||||||
*/
|
|
||||||
#define PAD32 32
|
|
||||||
#define PAD64DIFF 0
|
|
||||||
#define USEEXTRA ((sizeof(void *) - 4)/4)
|
|
||||||
#define PADSIZE (PAD32 + PAD64DIFF * USEEXTRA)
|
|
||||||
|
|
||||||
#define DIRECT_LOOKUP_SHIFT 5
|
#define DIRECT_LOOKUP_SHIFT 5
|
||||||
#define DIRECT_LOOKUP_BIT 0x10
|
#define DIRECT_LOOKUP_BIT 0x10
|
||||||
#define DIRECT_LOOKUP_MASK (~((1 << DIRECT_LOOKUP_SHIFT) - 1))
|
#define DIRECT_LOOKUP_MASK (~((1 << DIRECT_LOOKUP_SHIFT) - 1))
|
||||||
|
|
Loading…
Reference in New Issue