|
@@ -309,9 +309,6 @@ NCR_700_detect(struct scsi_host_template *tpnt,
|
|
|
hostdata->msgin = memory + MSGIN_OFFSET;
|
|
|
hostdata->msgout = memory + MSGOUT_OFFSET;
|
|
|
hostdata->status = memory + STATUS_OFFSET;
|
|
|
- /* all of these offsets are L1_CACHE_BYTES separated. It is fatal
|
|
|
- * if this isn't sufficient separation to avoid dma flushing issues */
|
|
|
- BUG_ON(!dma_is_consistent(hostdata->dev, pScript) && L1_CACHE_BYTES < dma_get_cache_alignment());
|
|
|
hostdata->slots = (struct NCR_700_command_slot *)(memory + SLOTS_OFFSET);
|
|
|
hostdata->dev = dev;
|
|
|
|