1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove some debug messages

This commit is contained in:
Stefan Lankes 2015-07-11 09:58:38 +02:00
parent 6213310d7b
commit 2f97bcfecb

View file

@ -603,7 +603,7 @@ get_task_out:
orig_task->flags &= ~TASK_FPU_USED;
}
kprintf("schedule on core %d from %u to %u with prio %u\n", core_id, orig_task->id, curr_task->id, (uint32_t)curr_task->prio);
//kprintf("schedule on core %d from %u to %u with prio %u\n", core_id, orig_task->id, curr_task->id, (uint32_t)curr_task->prio);
return (size_t**) &(orig_task->last_stack_pointer);
}