Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 814 → Rev 815

/kernel/trunk/generic/src/mm/buddy.c
199,7 → 199,7
/*
* Return the other half to buddy system. Mark the first part
* full, so that it won't coalsce again.
* full, so that it won't coalesce again.
*/
b->op->mark_busy(b, res);
buddy_system_free(b, hlp);