Subversion Repositories HelenOS

Rev

Rev 2902 | Rev 3034 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2902 Rev 3014
Line 170... Line 170...
170
 
170
 
171
    ta->capabilities = 0;
171
    ta->capabilities = 0;
172
    ta->cycles = 0;
172
    ta->cycles = 0;
173
 
173
 
174
    /* Init debugging stuff */
174
    /* Init debugging stuff */
175
    ta->dt_state = UDEBUG_TS_INACTIVE;
-
 
176
    ta->debug_begin_call = NULL;
175
    udebug_task_init(&ta->udebug);
177
    ta->not_stoppable_count = 0;
-
 
178
    ta->debug_evmask = 0;
-
 
179
 
176
 
180
    /* Init kbox stuff */
177
    /* Init kbox stuff */
181
    ipc_answerbox_init(&ta->kernel_box, ta);
178
    ipc_answerbox_init(&ta->kernel_box, ta);
182
    ta->kb_thread = NULL;
179
    ta->kb_thread = NULL;
183
    spinlock_initialize(&ta->kb_cleanup_lock, "task_kb_cleanup_lock");
180
    spinlock_initialize(&ta->kb_cleanup_lock, "task_kb_cleanup_lock");