merge mpi host assist process into mcexec,

use syscall instead of another ikc

Conflicts:

	kernel/syscall.c
	linux/executer/mcexec.c
This commit is contained in:
simin
2012-11-29 16:28:25 +09:00
parent 9fd7f3ddf7
commit c08e60382d
3 changed files with 46 additions and 6 deletions

View File

@@ -76,7 +76,8 @@ static void send_syscall(struct syscall_request *req)
#endif
}
static int do_syscall(struct syscall_request *req, aal_mc_user_context_t *ctx)
int do_syscall(struct syscall_request *req, aal_mc_user_context_t *ctx)
{
struct syscall_response *res = cpu_local_var(scp).response_va;