Bring personal branch up to date #7

Merged
ed1223 merged 6 commits from BSD-merged into ethan-BSD 2024-10-17 15:57:04 +00:00
3 changed files with 81 additions and 52 deletions
Showing only changes of commit c767cfe159 - Show all commits

View File

@@ -382,6 +382,8 @@ thread_foreach (thread_action_func *func, void *aux)
void
thread_set_priority (int new_priority)
{
if (thread_mlfqs)
return;
thread_current ()->priority = new_priority;
}