diff options
author | Xiangliang Yu <yuxiangl@marvell.com> | 2011-06-30 10:27:36 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-07-26 04:59:55 -0400 |
commit | 6f8ac161b8b3332a9d96d6650ed3bae81baab30b (patch) | |
tree | 2cd89c7bbe9678ad5ec38cd9a15df726e01731a4 /drivers/scsi/mvsas/mv_sas.h | |
parent | e144f7ef49ec85e9dfdf130f3a9a2372fe5fe39b (diff) |
[SCSI] mvsas: Add support for interrupt tasklet
Add support for interrupt tasklet, which will improve performance.
Correct spelling of "20011"
[jejb: simplified ifdefs and fixed unused variable problem]
Signed-off-by: Xiangliang Yu <yuxiangl@marvell.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/mvsas/mv_sas.h')
-rw-r--r-- | drivers/scsi/mvsas/mv_sas.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/mvsas/mv_sas.h b/drivers/scsi/mvsas/mv_sas.h index 25fae4f6aff2..44d7885a4a1d 100644 --- a/drivers/scsi/mvsas/mv_sas.h +++ b/drivers/scsi/mvsas/mv_sas.h | |||
@@ -420,6 +420,7 @@ struct mvs_prv_info{ | |||
420 | u8 scan_finished; | 420 | u8 scan_finished; |
421 | u8 reserve; | 421 | u8 reserve; |
422 | struct mvs_info *mvi[2]; | 422 | struct mvs_info *mvi[2]; |
423 | struct tasklet_struct mv_tasklet; | ||
423 | }; | 424 | }; |
424 | 425 | ||
425 | struct mvs_wq { | 426 | struct mvs_wq { |