mm/vma: append unlikely() while testing VMA access permissions
[linux-2.6-microblaze.git] / arch / m68k / mm / fault.c
index 0c4a21a..3bfb5c8 100644 (file)
@@ -125,7 +125,7 @@ good_area:
                case 1:         /* read, present */
                        goto acc_err;
                case 0:         /* read, not present */
-                       if (!vma_is_accessible(vma))
+                       if (unlikely(!vma_is_accessible(vma)))
                                goto acc_err;
        }