Changeset 668
- Timestamp:
- Jul 27, 2015, 8:34:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_drivers/mwr_driver.c
r630 r668 218 218 static_scheduler_t* psched = (static_scheduler_t*)_schedulers[r_x][r_y][r_p]; 219 219 unsigned int* ptr = &psched->context[r_ltid][CTX_NORUN_ID]; 220 _atomic_and( ptr , ~NORUN_MASK_ IOC );220 _atomic_and( ptr , ~NORUN_MASK_COPROC ); 221 221 222 222 // send a WAKUP WTI to processor running the sleeping task … … 229 229 _printf("\n[GIET DEBUG COPROC] P[%d,%d,%d] executes _mwr_isr() at cycle %d\n" 230 230 " 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 ); 232 232 #endif 233 233 } // end _mwr_isr()
Note: See TracChangeset
for help on using the changeset viewer.