uti: Redirect uti thread futex() to McKernel do_futex()
Change-Id: I8203d0b60236e3ec72e22615a52907e1fff2c73c
This commit is contained in:
committed by
Dominique Martinet
parent
5bc54a3bbe
commit
c82c2c1231
@ -2774,8 +2774,7 @@ long mcexec_syscall_thread(ihk_os_t os, unsigned long arg, struct file *file)
|
|||||||
return -EFAULT;
|
return -EFAULT;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* debug */
|
if (param.number == __NR_futex) {
|
||||||
if (0 && param.number == __NR_futex) {
|
|
||||||
struct uti_futex_resp resp = {
|
struct uti_futex_resp resp = {
|
||||||
.done = 0
|
.done = 0
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user