Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2912 → Rev 2913

/branches/tracing/kernel/generic/src/ipc/ipc.c
715,7 → 715,7
done = false;
 
while (!done) {
klog_printf("kbox: wait for call");
//klog_printf("kbox: wait for call");
call = ipc_wait_for_call(&TASK->kernel_box, SYNCH_NO_TIMEOUT,
SYNCH_FLAGS_NONE);