From: FUJITA Tomonori Date: Thu, 17 Jun 2010 12:58:21 +0000 (+0200) Subject: aha1532: remove ISA_DMA_THRESHOLD usage X-Git-Tag: v2.6.36-rc1~288^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b375a612ad931264b71cf162d692b4420f2578a9;p=pandora-kernel.git aha1532: remove ISA_DMA_THRESHOLD usage We can safely remove ISA_DMA_THRESHOLD usage in aha1542. aha1542 uses ISA_DMA_THRESHOLD to see if: - the buffers in scatter/list are below 16MB. - scsi_host is below 16MB. Both checkings were added in the ancient times but aren't necessary nowadays since we properly bounce the buffers and allocate scsi_host below 16MB with non-zero unchecked_isa_dma. Signed-off-by: FUJITA Tomonori Acked-by: James Bottomley Signed-off-by: Jens Axboe --- Reading git-diff-tree failed