mbind: do nothing (workaround for Fugaku)
Change-Id: Id9d018304e18ed52ea7b0a872e03675c903bce6e
This commit is contained in:
@ -8978,6 +8978,8 @@ SYSCALL_DECLARE(mbind)
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
memset(numa_mask, 0, sizeof(numa_mask));
|
||||
|
||||
if (maxnode) {
|
||||
|
||||
Reference in New Issue
Block a user