Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2223 → Rev 2224

/trunk/kernel/generic/src/console/cmd.c
599,6 → 599,7
printf("cpu%u: ", i);
thread_ready(t);
thread_join(t);
thread_detach(t);
} else
printf("Unable to create thread for cpu%u\n", i);
}