X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fmips%2Fmm%2Ffault.c;h=fa636fc6b7b90403a2a8771ef3c5f023a1a82cd4;hb=01aab518b084a547940ed6ff334e9a7721c7dc71;hp=5699c7713e2f01c5b42f7803df82c61c4b48ec8c;hpb=dcca2bde4f86a14d3291660bede8f1844fe2b3df;p=linux-2.6-omap-h63xx.git diff --git a/arch/mips/mm/fault.c b/arch/mips/mm/fault.c index 5699c7713e2..fa636fc6b7b 100644 --- a/arch/mips/mm/fault.c +++ b/arch/mips/mm/fault.c @@ -173,7 +173,7 @@ no_context: */ out_of_memory: up_read(&mm->mmap_sem); - if (is_init(tsk)) { + if (is_global_init(tsk)) { yield(); down_read(&mm->mmap_sem); goto survive;