X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mm%2Fnommu.c;h=4a852f6c5709dbda2a29561714b704972ec292f6;hb=b4d511e5c7c3d063c6cb1110797eb8221c5b2c09;hp=b78e3a8f5ee74fca5db7ebaa260ebe2644f224f3;hpb=66a521bdda5681db255d4ce323c0de1a30e08f04;p=pandora-kernel.git diff --git a/mm/nommu.c b/mm/nommu.c index b78e3a8f5ee7..4a852f6c5709 100644 --- a/mm/nommu.c +++ b/mm/nommu.c @@ -786,7 +786,7 @@ static void delete_vma_from_mm(struct vm_area_struct *vma) for (i = 0; i < VMACACHE_SIZE; i++) { /* if the vma is cached, invalidate the entire cache */ if (curr->vmacache[i] == vma) { - vmacache_invalidate(curr->mm); + vmacache_invalidate(mm); break; } }