Changeset 624 for trunk/kernel/kern/thread.c
- Timestamp:
- Mar 12, 2019, 1:37:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/thread.c
r623 r624 389 389 printk("\n[%s] CPU & FPU contexts created\n", 390 390 __FUNCTION__, thread->trdid ); 391 vmm_display( process , true );391 hal_vmm_display( process , true ); 392 392 #endif 393 393 … … 689 689 printk("\n[%s] thread[%x,%x] set CPU context & jump to user code / cycle %d\n", 690 690 __FUNCTION__, process->pid, thread->trdid, cycle ); 691 vmm_display( process , true );691 hal_vmm_display( process , true ); 692 692 #endif 693 693 … … 1352 1352 "hold %d busylock(s) / cycle %d\n", 1353 1353 func_str, thread->process->pid, thread->trdid, 1354 thread->busylocks , (uint32_t)hal_get_cycles() );1354 thread->busylocks - 1, (uint32_t)hal_get_cycles() ); 1355 1355 1356 1356 #if DEBUG_BUSYLOCK
Note: See TracChangeset
for help on using the changeset viewer.