Subversion Repositories HelenOS-historic

Rev

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

Rev 788 Rev 813
Line 166... Line 166...
166
    b->op->set_order(b, res, i);
166
    b->op->set_order(b, res, i);
167
    b->op->set_order(b, hlp, i);
167
    b->op->set_order(b, hlp, i);
168
   
168
   
169
    /*
169
    /*
170
     * Return the other half to buddy system.
170
     * Return the other half to buddy system.
171
     * PROBLEM!!!! FILL FIND OTHER PART AS BUDDY AND LINK TOGETHER
171
     * PROBLEM!!!! WILL FIND OTHER PART AS BUDDY AND LINK TOGETHER
172
     */
172
     */
173
    b->op->mark_busy(b, res);
173
    b->op->mark_busy(b, res);
174
    buddy_system_free(b, hlp);
174
    buddy_system_free(b, hlp);
175
   
175
   
176
    return res;
176
    return res;