uti: Disable jumping to McKernel futex code
This commit is contained in:
@@ -2615,7 +2615,7 @@ long mcexec_syscall_thread(ihk_os_t os, unsigned long arg, struct file *file)
|
|||||||
if (copy_from_user(¶m, uparam, sizeof param)) {
|
if (copy_from_user(¶m, uparam, sizeof param)) {
|
||||||
return -EFAULT;
|
return -EFAULT;
|
||||||
}
|
}
|
||||||
#if 1 /* debug */
|
#if 0 /* debug */
|
||||||
if (param.number == __NR_futex) {
|
if (param.number == __NR_futex) {
|
||||||
#else
|
#else
|
||||||
if (0) {
|
if (0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user