uti: Redirect uti thread futex() to McKernel do_futex()

Change-Id: I8203d0b60236e3ec72e22615a52907e1fff2c73c
This commit is contained in:
Masamichi Takagi
2019-02-20 15:50:16 +09:00
committed by Dominique Martinet
parent 5bc54a3bbe
commit c82c2c1231

View File

@ -2774,8 +2774,7 @@ long mcexec_syscall_thread(ihk_os_t os, unsigned long arg, struct file *file)
return -EFAULT;
}
/* debug */
if (0 && param.number == __NR_futex) {
if (param.number == __NR_futex) {
struct uti_futex_resp resp = {
.done = 0
};