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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user