From: Andi Kleen Date: Thu, 9 Mar 2006 01:57:26 +0000 (-0800) Subject: [PATCH] block: disable block layer bouncing for most memory on 64bit systems X-Git-Tag: v2.6.16-rc6~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ee1af9f519e6dc5a7d7912e87a1aaec857c8818;p=pandora-kernel.git [PATCH] block: disable block layer bouncing for most memory on 64bit systems The low level PCI DMA mapping functions should handle it in most cases. This should fix problems with depleting the DMA zone early. The old code used precious GFP_DMA memory in many cases where it was not needed. Signed-off-by: Andi Kleen Cc: Jens Axboe Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed