commit | ff6ea62fe0687e754ddb64492e77fd75ad85fa02 | [log] [tgz] |
---|---|---|
author | Mitchel Humpherys <mitchelh@codeaurora.org> | Wed Feb 20 13:55:46 2013 -0800 |
committer | Mitchel Humpherys <mitchelh@codeaurora.org> | Wed Feb 20 21:56:33 2013 -0800 |
tree | cfc2218e0442fc9941c71322f1325b72f643f8ff | |
parent | 2abc157bcaaa3673ca799bf898f89ac6d6578fec [diff] |
gpu: ion: suppress excessive logging for expected failure cases We expect alloc_pages to fail for high-order pages under stressed memory conditions. It should then fall back to lower-order page allocations but due to excessive logging the system crashes. Use __GFP_NOWARN for high-order allocations to avoid excessive logging. CRs-Fixed: 454877 Change-Id: Ie18c2dddd6810038abad9b06c7838ff4a0844b6d Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>