Changes between Version 69 and Version 70 of boot_procedure


Ignore:
Timestamp:
Dec 7, 2019, 3:54:50 PM (5 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • boot_procedure

    v69 v70  
    156156
    157157Each core is supposed to have an unique hardware identifier, called '''gid''', hard-wired in a read-only register.
    158 From the kernel point of view a core is identified by a composite index (cxy,lid), where '''cxy''' is the cluster identifier, and ''lid'' is a local (continuous) index in the cluster. The association between the gid hardware index and the (cxy,lid) composite index is defined in the boot_info_t structure. In this first step, each core makes an associative search in the boot_info_t structure to obtain the ('''cxy,lid''') indexes from the '''gid''' index.
     158From the kernel point of view a core is identified by a composite index (cxy,lid), where '''cxy''' is the cluster identifier, and '''lid''' is a local (continuous) index in the cluster. The association between the '''gid''' hardware index and the ('''cxy,lid''') composite index is defined in the boot_info structure. In this first step, each core makes an associative search in the boot_info structure to obtain the ('''cxy,lid''') indexes from the '''gid''' index.
    159159
    160160The core[cxy][0] initialize the global variable '''local_cxy''' defining the local cluster identifier, and initialises the local cluster descriptor from informations found in the boot_info structure.