Ignore:
Timestamp:
Jun 19, 2014, 1:26:46 PM (10 years ago)
Author:
alain
Message:

Cosmetic.

Location:
soft/giet_vm/giet_kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_kernel/ctx_handler.c

    r322 r330  
    8080        unsigned int* next_ctx_vaddr = &(psched->context[next_task_id][0]);
    8181
    82         // reset timer counter. In each cluster,
    83         // the NB_PROCS_MAX timers are system timers (TICK)
     82        // reset timer counter.
     83        // In all clusters, the first NB_PROCS_MAX
     84        // timers are system timers (TICK)
    8485
    8586#if USE_XCU
  • soft/giet_vm/giet_kernel/kernel_init.c

    r322 r330  
    151151    unsigned int lpid       = global_pid % NB_PROCS_MAX;
    152152    unsigned int pid        = ((( x * Y_SIZE) + y) * NB_PROCS_MAX) + lpid;
    153 //  unsigned int pid        = _get_id(i n_procs );
    154153
    155154    // This last initialisation phase is done sequencially:
     
    332331    unsigned int epc_value  = _get_task_slot(global_pid, ltid, CTX_EPC_ID);
    333332
    334     _printf("\n[GIET DEBUG INIT] Processor[%d,%d,%d] reach barrier at cycle %d\n",
    335             x, y, lpid, _get_proctime() );
     333#if GIET_DEBUG_INIT
     334_printf("\n[GIET DEBUG INIT] Processor[%d,%d,%d] reach barrier at cycle %d\n",
     335        x, y, lpid, _get_proctime() );
     336#endif
    336337
    337338    // increment barrier counter
Note: See TracChangeset for help on using the changeset viewer.