Skip to content
Snippets Groups Projects
Commit fc4efa2f authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Update some comments

parent 125d9e35
No related branches found
No related tags found
No related merge requests found
......@@ -150,6 +150,14 @@ static void *simuart_thread(void *arg)
}
}
/* REVISIT: This is very weird and scary here. When sched_unlock()
* is called, we may do a lonjmp() style context switch meaning
* that the logic will be run running on this thread! (but with a
* different stack). So we do not get back here until the task
* sleeps again. I can't help but believe that that is going to
* be a problem someday.
*/
sched_unlock();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment