Changeset 582 for trunk/kernel/kern/cluster.c
- Timestamp:
- Oct 11, 2018, 5:04:28 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/cluster.c
r580 r582 119 119 #endif 120 120 121 // initialises DQDT122 cluster->dqdt_root_level = dqdt_init( info->x_size,123 info->y_size ) - 1;124 125 #if( DEBUG_CLUSTER_INIT & 1 )126 cycle = (uint32_t)hal_get_cycles();127 if( DEBUG_CLUSTER_INIT < cycle )128 printk("\n[DBG] %s : DQDT initialized in cluster %x / cycle %d\n",129 __FUNCTION__ , local_cxy , cycle );130 #endif131 132 121 // initialises embedded PPM 133 122 error = hal_ppm_init( info );
Note: See TracChangeset
for help on using the changeset viewer.