Merge /spare/repo/linux-2.6/
[sfrench/cifs-2.6.git] / arch / arm / kernel / entry-common.S
index 3f8d0e3aefabf71c6bf82783024a72c39988974f..db302c6e53439ddd553d42992109deccc3105741 100644 (file)
@@ -265,6 +265,14 @@ sys_futex_wrapper:
                str     r5, [sp, #4]            @ push sixth arg
                b       sys_futex
 
+sys_arm_fadvise64_64_wrapper:
+               str     r5, [sp, #4]            @ push r5 to stack
+               b       sys_arm_fadvise64_64
+
+sys_mbind_wrapper:
+               str     r5, [sp, #4]
+               b       sys_mbind
+
 /*
  * Note: off_4k (r5) is always units of 4K.  If we can't do the requested
  * offset, we return EINVAL.