commit | 21e1c93631e027136ea4070e7bca600c4ad4f391 | [log] [tgz] |
---|---|---|
author | Nick Piggin <npiggin@suse.de> | Fri Apr 23 02:06:21 2010 +1000 |
committer | Michal Simek <monstr@monstr.eu> | Thu May 06 11:21:58 2010 +0200 |
tree | a6f7e949bbf4d7b6c9a67a40125293e23e42e1a2 | |
parent | f3ff8212a24f1935b44a3fcdd81c787428f053a6 [diff] |
microblaze: invoke oom-killer from page fault As explained in commit 1c0fe6e3bd, we want to call the architecture independent oom killer when getting an unexplained OOM from handle_mm_fault, rather than simply killing current. Cc: microblaze-uclinux@itee.uq.edu.au Cc: Michal Simek <monstr@monstr.eu> Cc: linux-arch@vger.kernel.org Signed-off-by: Nick Piggin <npiggin@suse.de> Acked-by: David Rientjes <rientjes@google.com> Acked-by: Michal Simek <monstr@monstr.eu>