Changeset 656 for soft/giet_vm/giet_kernel
- Timestamp:
- Jul 22, 2015, 5:33:47 PM (10 years ago)
- File:
- 
          - 1 edited
 
 - 
          soft/giet_vm/giet_kernel/kernel_init.c (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        soft/giet_vm/giet_kernel/kernel_init.cr648 r656 317 317 //////////////////////////////////////////////////////////////////////////// 318 318 // step 3 : - Each processor complete idle task context initialisation. 319 // Only CTX_SP, CTX_RA, CTX_EPC slots, because other slots320 // have been initialised in boot code)319 // Only CTX_SP, CTX_RA, CTX_EPC, CTX_ENTRY slots, because other 320 // slots have been initialised in boot code) 321 321 // The 4 Kbytes idle stack is implemented in the scheduler itself. 322 322 // - Each processor starts TICK timer, if at least one task. … … 332 332 _set_task_slot( x , y , p , IDLE_TASK_INDEX , CTX_SP_ID , sp ); 333 333 _set_task_slot( x , y , p , IDLE_TASK_INDEX , CTX_RA_ID , ra ); 334 _set_task_slot( x , y , p , IDLE_TASK_INDEX , CTX_EPC_ID , entry ); 334 335 _set_task_slot( x , y , p , IDLE_TASK_INDEX , CTX_ENTRY_ID , entry ); 335 336 
Note: See TracChangeset
          for help on using the changeset viewer.
      ![(please configure the [header_logo] section in trac.ini)](/trac/giet-vm/chrome/site/your_project_logo.png)
