commit | 8269730b389d4793348d521140f9c76fb1828249 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed Jun 21 14:48:09 2006 +0200 |
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | Fri Jun 23 17:10:39 2006 +0200 |
tree | c10c9441a16265f698dd4a38014c9d3026ee07c0 | |
parent | dd67d051529387f6e44d22d1d5540ef281965fdd [diff] |
[BLOCK] Fix bounce limit address check Do a safer check for when to enable DMA. Currently we enable ISA DMA for cases that do not need it, resulting in OOM conditions when ZONE_DMA runs out of space. Signed-off-by: Jens Axboe <axboe@suse.de>