commit | 3a1dfe6eefe483589c99c909202ffe1a20d589b5 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Oct 13 17:49:02 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 13 18:11:13 2008 +0200 |
tree | 9c7bf05694b62a021ad87f7c36c28f77910e3c70 | |
parent | 891cffbd6bcba26409869c19c07ecd4bfc0c2460 [diff] |
x86/mm: unify init task OOM handling Linus noticed that the "again:" versus "survive:" OOM logic for the init task was arbitrarily different. The 64-bit codepath is the better one, because it correctly re-lookups the vma after having dropped the ->mmap_sem. Signed-off-by: Ingo Molnar <mingo@elte.hu> Acked-by: Linus Torvalds <torvalds@linux-foundation.org>