Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3013 → Rev 3014

/branches/tracing/kernel/generic/src/proc/task.c
172,10 → 172,7
ta->cycles = 0;
 
/* Init debugging stuff */
ta->dt_state = UDEBUG_TS_INACTIVE;
ta->debug_begin_call = NULL;
ta->not_stoppable_count = 0;
ta->debug_evmask = 0;
udebug_task_init(&ta->udebug);
 
/* Init kbox stuff */
ipc_answerbox_init(&ta->kernel_box, ta);