From: Dan Williams Date: Tue, 8 Sep 2009 22:06:10 +0000 (-0700) Subject: async_tx: remove HIGHMEM64G restriction X-Git-Tag: v2.6.32-rc1~60^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a8de639f35ca3951b910d5e3a2f92f4cf3afc8f;p=pandora-kernel.git async_tx: remove HIGHMEM64G restriction This restriction prevented ASYNC_TX_DMA from being enabled on platform configurations where DMA address conversion could not be performed in place on the stack. Since commit 04ce9ab3 ("async_xor: permit callers to pass in a 'dma/page scribble' region") the async_tx api now either uses a caller provided 'scribble' buffer, or performs the conversion in place when sizeof(dma_addr_t) <= sizeof(struct page *). Signed-off-by: Dan Williams --- Reading git-diff-tree failed