[SMP] SMP synchronization and scheduling
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
uint64_t tid = 1;
|
||||
|
||||
|
||||
thread_t *new_thread(void (*func)(void))
|
||||
{
|
||||
// Set up original stack of thread
|
||||
|
||||
Reference in New Issue
Block a user