Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1773 → Rev 1766

/kernel/trunk/generic/src/mm/frame.c
959,6 → 959,9
}
}
if (!zone) {
if (flags & FRAME_PANIC)
panic("Can't allocate frame.\n");
/*
* TODO: Sleep until frames are available again.
*/