Changeset 637 for trunk/hal/tsar_mips32/core/hal_vmm.c
- Timestamp:
- Jul 18, 2019, 2:06:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/core/hal_vmm.c
r635 r637 111 111 printk("\n[%s] thread[%x,%x] registered kcode vseg[%x,%x] in cluster %x\n", 112 112 __FUNCTION__, this->process->pid, this->trdid, info->kcode_base, info->kcode_size, local_cxy ); 113 hal_vmm_display( &process_zero, true );113 hal_vmm_display( XPTR( local_cxy, &process_zero ) , true ); 114 114 #endif 115 115 … … 136 136 printk("\n[%s] thread[%x,%x] enter in cluster %x \n", 137 137 __FUNCTION__, this->process->pid, this->trdid, cxy ); 138 hal_vmm_display( &process_zero , true ); 139 hal_vmm_display( process , true ); 138 hal_vmm_display( XPTR( local_cxy , process ) , true ); 140 139 #endif 141 140 … … 190 189 __FUNCTION__, this->process->pid, this->trdid, 191 190 vseg_type_str(vseg->type) , vseg->min, (vseg->max - vseg->min) ); 192 hal_vmm_display( process, true );191 hal_vmm_display( XPTR( local_cxy , process ) , true ); 193 192 #endif 194 193
Note: See TracChangeset
for help on using the changeset viewer.