diff options
Diffstat (limited to 'drivers/scsi/53c700.c')
-rw-r--r-- | drivers/scsi/53c700.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/53c700.c b/drivers/scsi/53c700.c index 80dc3ac12cde..89fc1c8af86b 100644 --- a/drivers/scsi/53c700.c +++ b/drivers/scsi/53c700.c | |||
@@ -309,9 +309,6 @@ NCR_700_detect(struct scsi_host_template *tpnt, | |||
309 | hostdata->msgin = memory + MSGIN_OFFSET; | 309 | hostdata->msgin = memory + MSGIN_OFFSET; |
310 | hostdata->msgout = memory + MSGOUT_OFFSET; | 310 | hostdata->msgout = memory + MSGOUT_OFFSET; |
311 | hostdata->status = memory + STATUS_OFFSET; | 311 | hostdata->status = memory + STATUS_OFFSET; |
312 | /* all of these offsets are L1_CACHE_BYTES separated. It is fatal | ||
313 | * if this isn't sufficient separation to avoid dma flushing issues */ | ||
314 | BUG_ON(!dma_is_consistent(hostdata->dev, pScript) && L1_CACHE_BYTES < dma_get_cache_alignment()); | ||
315 | hostdata->slots = (struct NCR_700_command_slot *)(memory + SLOTS_OFFSET); | 312 | hostdata->slots = (struct NCR_700_command_slot *)(memory + SLOTS_OFFSET); |
316 | hostdata->dev = dev; | 313 | hostdata->dev = dev; |
317 | 314 | ||