X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Fx86%2Fmm%2Ffault_64.c;h=00be7f0a71b21d7529d754a8bd0653ec7cecec66;hp=1e631745ca41b5d390e98b342da9deda5796f50d;hb=60812a4a99b796d894d2522dc63cb0fafc3be25e;hpb=92cb7612aee39642d109b8d935ad265e602c0563 diff --git a/arch/x86/mm/fault_64.c b/arch/x86/mm/fault_64.c index 1e631745ca41..00be7f0a71b2 100644 --- a/arch/x86/mm/fault_64.c +++ b/arch/x86/mm/fault_64.c @@ -549,7 +549,7 @@ no_context: */ out_of_memory: up_read(&mm->mmap_sem); - if (is_init(current)) { + if (is_global_init(current)) { yield(); goto again; }