do_fork(): fix variable name when DEBUG_PRINT_SC enabled

This commit is contained in:
bgerofi@riken.jp
2014-09-11 16:58:43 +09:00
committed by Balazs Gerofi bgerofi@riken.jp
parent 2a0e9c689f
commit 225509786f

View File

@ -1430,7 +1430,7 @@ unsigned long do_fork(int clone_flags, unsigned long newsp,
if (clone_flags & CLONE_CHILD_SETTID) {
unsigned long phys;
dkprintf("clone_flags & CLONE_CHILD_SETTID: 0x%lX\n",
child_tiptr);
child_tidptr);
if (ihk_mc_pt_virt_to_phys(new->vm->page_table,
(void *)child_tidptr, &phys)) {