Changeset 582 for trunk/kernel/kern/kernel_init.c
- Timestamp:
- Oct 11, 2018, 5:04:28 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/kernel_init.c
r580 r582 934 934 &core_gid ); 935 935 936 // CP0 initializescluster identifier936 // all CP0s initialize cluster identifier 937 937 if( core_lid == 0 ) local_cxy = info->cxy; 938 938 … … 954 954 #endif 955 955 956 // CP0 initializescluster info956 // all CP0s initialize cluster info 957 957 if( core_lid == 0 ) cluster_info_init( info ); 958 958 … … 986 986 } 987 987 988 // CP0 initializes cluster manager complex structures 988 // all CP0s initialise DQDT (only CPO in cluster 0 build the quad-tree) 989 if( core_lid == 0 ) dqdt_init(); 990 991 // all CP0s initialize other cluster manager complex structures 989 992 if( core_lid == 0 ) 990 993 {
Note: See TracChangeset
for help on using the changeset viewer.