From: Dan Williams Date: Wed, 1 Jul 2009 23:12:53 +0000 (-0700) Subject: dmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMA X-Git-Tag: v2.6.31-rc5~8^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daf4219dbcbb2efcd638fcd3c29a622e1c18cc38;p=pandora-kernel.git dmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMA On HIGHMEM64G systems dma_addr_t is known to be larger than (void *) which precludes async_xor from performing dma address conversions by reusing the input parameter address list. However, other parts of the dmaengine infrastructure do not suffer this constraint, so the HIGHMEM64G restriction can be down-levelled. Signed-off-by: Dan Williams --- Reading git-diff-tree failed