do_fork(): fix variable name when DEBUG_PRINT_SC enabled
This commit is contained in:
committed by
Balazs Gerofi bgerofi@riken.jp
parent
2a0e9c689f
commit
225509786f
@@ -1430,7 +1430,7 @@ unsigned long do_fork(int clone_flags, unsigned long newsp,
|
|||||||
if (clone_flags & CLONE_CHILD_SETTID) {
|
if (clone_flags & CLONE_CHILD_SETTID) {
|
||||||
unsigned long phys;
|
unsigned long phys;
|
||||||
dkprintf("clone_flags & CLONE_CHILD_SETTID: 0x%lX\n",
|
dkprintf("clone_flags & CLONE_CHILD_SETTID: 0x%lX\n",
|
||||||
child_tiptr);
|
child_tidptr);
|
||||||
|
|
||||||
if (ihk_mc_pt_virt_to_phys(new->vm->page_table,
|
if (ihk_mc_pt_virt_to_phys(new->vm->page_table,
|
||||||
(void *)child_tidptr, &phys)) {
|
(void *)child_tidptr, &phys)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user