Changeset 811 for soft


Ignore:
Timestamp:
Mar 24, 2016, 1:08:31 PM (8 years ago)
Author:
bouyer
Message:

Do not try to allocate a WTI and write it to the PIC if we don't have a PIC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_kernel/irq_handler.c

    r709 r811  
    152152                     unsigned int*  wti_index )
    153153{
     154#if USE_PIC
    154155    unsigned int wti_id;        // allocated WTI mailbox index in XCU
    155156    unsigned int irq_id;        // external IRQ index in PIC (input)
     
    230231        wti_id , _isr_type_str[isr_type] , isr_channel , irq_id );
    231232#endif
    232 
     233#endif // USE_PIC
    233234}  // end ext_irq_alloc()
    234235
Note: See TracChangeset for help on using the changeset viewer.