Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1588 → Rev 1587

/kernel/trunk/generic/src/ddi/ddi.c
135,6 → 135,12
return ENOENT;
}
 
/*
* TODO: We are currently lacking support for task destroying.
* Once it is added to the kernel, we must take care to
* synchronize in a way that prevents race conditions here.
*/
/* Lock the task and release the lock protecting tasks_btree. */
spinlock_lock(&t->lock);
spinlock_unlock(&tasks_lock);