Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1587 → Rev 1588

/kernel/trunk/generic/src/ddi/ddi.c
135,12 → 135,6
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);