Changeset 279 for trunk/hal/tsar_mips32/core/hal_interrupt.c
- Timestamp:
- Jul 27, 2017, 12:23:29 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/core/hal_interrupt.c
r238 r279 23 23 24 24 #include <hal_types.h> 25 #include <hal_special.h> 25 26 #include <kernel_config.h> 26 27 #include <thread.h> 28 #include <printk.h> 27 29 #include <do_interrupt.h> 28 30 #include <hal_interrupt.h> 29 #include <mips32_uzone.h>30 31 #include <soclib_pic.h> 31 32 … … 34 35 reg_t * regs_tbl ) 35 36 { 37 irq_dmsg("\n[INFO] %s : enter at cycle %d\n", __FUNCTION__ , hal_time_stamp() ); 38 36 39 // update user time 37 40 thread_user_time_update( this ); … … 45 48 // update kernel time 46 49 thread_kernel_time_update( this ); 50 51 irq_dmsg("\n[INFO] %s : exit at cycle %d\n", __FUNCTION__ , hal_time_stamp() ); 47 52 }
Note: See TracChangeset
for help on using the changeset viewer.