use ftn->pid instead of proc->pid

This commit is contained in:
NAKAMURA Gou
2014-12-22 16:11:22 +09:00
parent d4ba4dc8b3
commit a6ac906105
3 changed files with 3 additions and 3 deletions

View File

@@ -379,7 +379,7 @@ static int process_msg_prepare_process(unsigned long rphys)
goto err;
}
dkprintf("new process : %p [%d] / table : %p\n", proc, proc->pid,
dkprintf("new process : %p [%d] / table : %p\n", proc, proc->ftn->pid,
proc->vm->page_table);
ihk_mc_free(pn);