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

remove obsolete debug message

This commit is contained in:
Stefan Lankes 2015-06-27 20:13:49 +02:00
parent 1e41214cad
commit 6b0c6145d2

View file

@ -596,7 +596,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);
}