]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
mn10300/mm/fault.c: Port OOM changes to do_page_fault
authorKautuk Consul <consul.kautuk@gmail.com>
Wed, 12 Dec 2012 15:36:39 +0000 (15:36 +0000)
committerDavid Howells <dhowells@redhat.com>
Wed, 12 Dec 2012 15:46:15 +0000 (15:46 +0000)
commit3d7b6a674e266999a90ff1e21c6c839e30200c51
tree5c89370be6ffe8e328e5f28cf2877ce7580a37b3
parent83c2dc15ce824450e7044b9f90cd529c25747ae0
mn10300/mm/fault.c: Port OOM changes to do_page_fault

Commit d065bd810b6deb67d4897a14bfe21f8eb526ba99
(mm: retry page fault when blocking on disk transfer) and
commit 37b23e0525d393d48a7d59f870b3bc061a30ccdb
(x86,mm: make pagefault killable)

The above commits introduced changes into the x86 pagefault handler
for making the page fault handler retryable as well as killable.

These changes reduce the mmap_sem hold time, which is crucial
during OOM killer invocation.

Port these changes to mn10300.

Signed-off-by: Kautuk Consul <consul.kautuk@gmail.com>
Signed-off-by: David Howells <dhowells@redhat.com>
arch/mn10300/mm/fault.c