x86/mm: unify init task OOM handling
authorIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 15:49:02 +0000 (17:49 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 16:11:13 +0000 (18:11 +0200)
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>

No differences found