|
@@ -273,6 +273,10 @@ sys_mbind_wrapper:
|
|
str r5, [sp, #4]
|
|
str r5, [sp, #4]
|
|
b sys_mbind
|
|
b sys_mbind
|
|
|
|
|
|
|
|
+sys_ipc_wrapper:
|
|
|
|
+ str r5, [sp, #4] @ push sixth arg
|
|
|
|
+ b sys_ipc
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* Note: off_4k (r5) is always units of 4K. If we can't do the requested
|
|
* Note: off_4k (r5) is always units of 4K. If we can't do the requested
|
|
* offset, we return EINVAL.
|
|
* offset, we return EINVAL.
|