Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 654 → Rev 659

/kernel/trunk/generic/src/lib/func.c
45,7 → 45,7
void halt()
{
#ifdef CONFIG_DEBUG
bool rundebugger;
bool rundebugger = false;
 
// TODO test_and_set not defined on all arches
// if (!test_and_set(&haltstate))
/kernel/trunk/generic/src/time/timeout.c
98,7 → 98,7
*/
void timeout_register(timeout_t *t, __u64 time, timeout_handler_t f, void *arg)
{
timeout_t *hlp;
timeout_t *hlp = NULL;
link_t *l, *m;
ipl_t ipl;
__u64 sum;