Changeset 238 for trunk/hal/tsar_mips32/core/hal_interrupt.c
- Timestamp:
- Jul 19, 2017, 3:31:39 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/core/hal_interrupt.c
r188 r238 27 27 #include <do_interrupt.h> 28 28 #include <hal_interrupt.h> 29 #include<mips32_uzone.h> 29 #include <mips32_uzone.h> 30 #include <soclib_pic.h> 30 31 31 32 /////////////////////////////////////// … … 36 37 thread_user_time_update( this ); 37 38 38 // access ICU deviceto call the relevant ISR39 // access local ICU to call the relevant ISR 39 40 soclib_pic_irq_handler(); 40 41
Note: See TracChangeset
for help on using the changeset viewer.