]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] block: disable block layer bouncing for most memory on 64bit systems
authorAndi Kleen <ak@suse.de>
Thu, 9 Mar 2006 01:57:26 +0000 (17:57 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 9 Mar 2006 02:10:31 +0000 (18:10 -0800)
commit1531ae3696cf73b55e814b7676e5f94d0fba2278
tree736a82a84beb422b4b48d9fba6d0e9129ab1e1fd
parent01f431ff817d4fed03f44fb822166db53f77c89f
[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 <ak@suse.de>
Cc: Jens Axboe <axboe@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
block/ll_rw_blk.c