Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1588 → Rev 1589

/kernel/trunk/generic/src/ddi/ddi.c
75,7 → 75,6
return EPERM;
 
ipl = interrupts_disable();
/* Lock the task and release the lock protecting tasks_btree. */
spinlock_lock(&TASK->lock);
if (!as_area_create(TASK->as, flags, pages * PAGE_SIZE, vp, AS_AREA_ATTR_NONE,