Changeset 651 for trunk/kernel/kern/kernel_init.c
- Timestamp:
- Nov 14, 2019, 11:50:09 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/kernel_init.c
r647 r651 929 929 /////////////////////////////////////////////////////////////////////////////////////////// 930 930 // This function is the entry point for the kernel initialisation. 931 // It is executed by all cores in all clusters, but only core[ 0] initializes931 // It is executed by all cores in all clusters, but only core[cxy][0] initializes 932 932 // the shared resources such as the cluster manager, or the local peripherals. 933 933 // To comply with the multi-kernels paradigm, it accesses only local cluster memory, using … … 1017 1017 ///////////////////////////////////////////////////////////////////////////////// 1018 1018 1019 // core[0] initialises DQDT (only core[0] in cluster 0build the quad-tree)1019 // core[0] initialises DQDT (only core[0][0] build the quad-tree) 1020 1020 if( core_lid == 0 ) dqdt_init(); 1021 1021
Note: See TracChangeset
for help on using the changeset viewer.