Changeset 811 for soft/giet_vm/giet_kernel
- Timestamp:
- Mar 24, 2016, 1:08:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_kernel/irq_handler.c
r709 r811 152 152 unsigned int* wti_index ) 153 153 { 154 #if USE_PIC 154 155 unsigned int wti_id; // allocated WTI mailbox index in XCU 155 156 unsigned int irq_id; // external IRQ index in PIC (input) … … 230 231 wti_id , _isr_type_str[isr_type] , isr_channel , irq_id ); 231 232 #endif 232 233 #endif // USE_PIC 233 234 } // end ext_irq_alloc() 234 235
Note: See TracChangeset
for help on using the changeset viewer.