mbind(): debug msg

This commit is contained in:
Balazs Gerofi
2017-05-12 13:21:16 +09:00
parent d48d44d365
commit 632611d78c

View File

@ -7504,6 +7504,11 @@ SYSCALL_DECLARE(mbind)
struct vm_range_numa_policy *range_policy_next = NULL;
DECLARE_BITMAP(numa_mask, PROCESS_NUMA_MASK_BITS);
dkprintf("%s: addr: 0x%lx, len: %lu, mode: 0x%x, "
"nodemask: 0x%lx, flags: %lx\n",
__FUNCTION__,
addr, len, mode, nodemask, flags);
/* Validate arguments */
if (addr & ~PAGE_MASK) {
return -EINVAL;