commit | 3056d6be19b50cbd3f0290e816d702cc3e54a6f3 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Sat Mar 25 16:30:43 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Mar 25 09:10:55 2006 -0800 |
tree | f23c61a35202b554d2be8ff1ee6c1a5ac9ab8856 | |
parent | 554d284ba90bc2306c31e5363789f05c320969c3 [diff] |
[PATCH] x86_64: Don't invoke OOM killer during dma_alloc_coherent() There is a fallback logic, so it's better to not use the OOM killer in the allocations. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>