diff options
author | James Smart <james.smart@emulex.com> | 2013-05-31 17:03:07 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-06-26 10:48:39 -0700 |
commit | b246de174300db84cf9ef8fae6d4ae3f73900a9e (patch) | |
tree | 567a1797233531326605f5116d8350375fea3e74 /drivers/scsi/lpfc/lpfc_sli4.h | |
parent | feccada972756b959e21d450e75f91907e53e9e1 (diff) | |
download | linux-b246de174300db84cf9ef8fae6d4ae3f73900a9e.tar.bz2 |
[SCSI] lpfc 8.3.40: Fix lpfc_used_cpu to be more dynamic
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_sli4.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli4.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli4.h b/drivers/scsi/lpfc/lpfc_sli4.h index 67af460184ba..d9de52f8818d 100644 --- a/drivers/scsi/lpfc/lpfc_sli4.h +++ b/drivers/scsi/lpfc/lpfc_sli4.h @@ -444,7 +444,6 @@ struct lpfc_vector_map_info { struct cpumask maskbits; }; #define LPFC_VECTOR_MAP_EMPTY 0xffff -#define LPFC_MAX_CPU 256 /* SLI4 HBA data structure entries */ struct lpfc_sli4_hba { |