Changeset 337 for trunk/hal/tsar_mips32/core
- Timestamp:
- Aug 7, 2017, 12:50:17 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/core/hal_interrupt.c
r279 r337 35 35 reg_t * regs_tbl ) 36 36 { 37 irq_dmsg("\n[INFO] %s : enter at cycle %d\n", __FUNCTION__ , hal_time_stamp() ); 37 irq_dmsg("\n[INFO] %s : enter / core[%x,%d] / cycle %d\n", 38 __FUNCTION__ , local_cxy , this->core->lid , hal_time_stamp() ); 38 39 39 40 // update user time … … 43 44 soclib_pic_irq_handler(); 44 45 45 // handle pending signals for interrupted thread46 thread_signals_handle( this );47 48 46 // update kernel time 49 47 thread_kernel_time_update( this ); 50 48 51 irq_dmsg("\n[INFO] %s : exit at cycle %d\n", __FUNCTION__ , hal_time_stamp() ); 49 irq_dmsg("\n[INFO] %s : exit / core[%x,%d] / cycle %d\n", 50 __FUNCTION__ , local_cxy , this->core->lid , hal_time_stamp() ); 52 51 }
Note: See TracChangeset
for help on using the changeset viewer.