Changeset 449 for soft/giet_vm/giet_kernel/kernel_init.c
- Timestamp:
- Nov 11, 2014, 4:14:55 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_kernel/kernel_init.c
r440 r449 173 173 } // end for tasks 174 174 175 // step 4: compute and set XCU masks175 // step 3 : compute and set XCU masks 176 176 177 177 unsigned int isr_switch_index = 0xFFFFFFFF; … … 211 211 _xcu_set_mask( cluster_xy, channel, pti_mask, IRQ_TYPE_PTI ); 212 212 213 // step 5: start TICK timer if at least one task213 // step 4 : start TICK timer if at least one task 214 214 if (tasks > 0) 215 215 { … … 232 232 #endif 233 233 234 // step 6: each processor updates the idle_task context:234 // step 5 : each processor updates the idle_task context: 235 235 // (CTX_SP, CTX_RA, CTX_EPC). 236 236 // The 4 Kbytes idle stack is implemented in the scheduler. … … 251 251 #endif 252 252 253 // step 7: when all processors reach the synchronisation barrier,253 // step 6 : when all processors reach the synchronisation barrier, 254 254 // each processor set registers SP, SR, PTPR, EPC, 255 255 // with the values corresponding to the first allocated task,
Note: See TracChangeset
for help on using the changeset viewer.