Changeset 668


Ignore:
Timestamp:
Jul 27, 2015, 8:34:51 PM (9 years ago)
Author:
alain
Message:

Fix a bug in mwr_isr.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_drivers/mwr_driver.c

    r630 r668  
    218218    static_scheduler_t* psched  = (static_scheduler_t*)_schedulers[r_x][r_y][r_p];
    219219    unsigned int*       ptr     = &psched->context[r_ltid][CTX_NORUN_ID];
    220     _atomic_and( ptr , ~NORUN_MASK_IOC );
     220    _atomic_and( ptr , ~NORUN_MASK_COPROC );
    221221
    222222    // send a WAKUP WTI to processor running the sleeping task
     
    229229_printf("\n[GIET DEBUG COPROC] P[%d,%d,%d] executes _mwr_isr() at cycle %d\n"
    230230        "  for task %d running on P[%d,%d,%d] / error = %d\n",
    231         x , y , p , _get_proctime() , ltid , r_x , r_y , r_p , error );
     231        x , y , p , _get_proctime() , r_ltid , r_x , r_y , r_p , error );
    232232#endif
    233233}  // end _mwr_isr()
Note: See TracChangeset for help on using the changeset viewer.