]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: pgd allocation: retry on failure
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 30 Nov 2013 12:52:31 +0000 (12:52 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 29 Dec 2013 12:36:20 +0000 (12:36 +0000)
commit2eeba19bbe7a60b36529a8254dbdbb7dc9a04f73
tree1458124d921ca1de4d480c273d49ac981655f221
parenta93fde59606ce21f16f1a5bc5e984b8bf98e9dd1
ARM: pgd allocation: retry on failure

Make pgd allocation retry on failure; we really need this to succeed
otherwise fork() can trigger OOMs.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/pgd.c