Ignore:
Timestamp:
Aug 12, 2015, 4:10:58 PM (9 years ago)
Author:
alain
Message:

Introduce the _load_writable_segments() function (used by the _ctx_exec_task() function).

File:
1 edited

Legend:

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

    r697 r702  
    415415    _xcu_timer_reset_irq( cluster_xy, irq_id );
    416416
    417 #if GIET_DEBUG_SWITCH
     417#if (GIET_DEBUG_SWITCH & 0x1)
    418418unsigned int ltid  = _get_current_task_id();
     419if ( _get_proctime() > GIET_DEBUG_SWITCH )
    419420_printf("\n[DEBUG SWITCH] P[%d,%d,%d] enters _isr_tick() at cycle %d\n"
    420421        "  WTI index = %d / current ltid = %d\n",
Note: See TracChangeset for help on using the changeset viewer.