Changeset 803 for soft


Ignore:
Timestamp:
Mar 14, 2016, 3:33:42 PM (8 years ago)
Author:
alain
Message:

Cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_common/pmem.h

    r408 r803  
    2424// As the allocated physical memory is never released, the allocator structure
    2525// is very simple and is defined below in the pmem_alloc_t structure.
    26 // As the boot-loader is executed by one single processor, this structure
    27 // does not contain any lock protecting exclusive access.
     26// The physical memory allocation in each cluster being done by one single processor
     27// (P[x,y,0]), this structure does not contain any lock protecting exclusive access.
    2828// Both small pages allocator and big pages allocators allocate a variable
    2929// number of CONTIGUOUS pages in the physical space.
    30 // The first big page in cluster[0][0] is reserved for identity mapping vsegs,
    31 // and is not allocated by the pmem allocator.
     30// The two first big pages in cluster[0][0] are reserved for the boot-loader vsegs,
     31// that are identity mapping. They are not allocated by the pmem allocator.
    3232///////////////////////////////////////////////////////////////////////////////////
    3333
Note: See TracChangeset for help on using the changeset viewer.