Changeset 392


Ignore:
Timestamp:
Aug 11, 2014, 9:23:55 PM (10 years ago)
Author:
alain
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_boot/boot.c

    r369 r392  
    12831283// - In Step 1, it initialises the _schedulers[] pointers array, and scan
    12841284//              the processors to initialise the schedulers, including the
    1285 //              idle_task context (ltid == 14) and HWI / SWI / PTI vectors.
     1285//              idle_task context, and the HWI / SWI / PTI vectors.
    12861286// - In Step 2, it scan all tasks in all vspaces to complete the tasks contexts,
    12871287//              initialisation as specified in the mapping_info data structure.
     
    14571457                // - it uses the page table of vspace[0]
    14581458                // - it uses the kernel TTY terminal
    1459                 // - slots containing addresses (SP, RA, EPC, PTAB, PTPR)
    1460                 //   must be re-initialised by kernel_parallel_init()
     1459                // - slots containing addresses (SP, RA, EPC)
     1460                //   must be initialised by kernel_init()
    14611461
    14621462                psched[lpid].context[IDLE_TASK_INDEX][CTX_CR_ID]    = 0;
Note: See TracChangeset for help on using the changeset viewer.