No drivers need it anymore Signed-off-by: Andi Kleen <ak@xxxxxxx> --- drivers/scsi/scsi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Index: linux/drivers/scsi/scsi.c =================================================================== --- linux.orig/drivers/scsi/scsi.c +++ linux/drivers/scsi/scsi.c @@ -336,8 +336,7 @@ int scsi_setup_command_freelist(struct S goto fail; } - pool = (shost->unchecked_isa_dma || sense_buffer_isa(shost)) ? - &scsi_cmd_dma_pool : &scsi_cmd_pool; + pool = sense_buffer_isa(shost) ? &scsi_cmd_dma_pool : &scsi_cmd_pool; if (!pool->users) { pool->sense_slab = kmem_cache_create(pool->sense_name, SCSI_SENSE_BUFFERSIZE, 0, -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html