Merge code refactors into main branch #16

Merged
ed1223 merged 8 commits from merged-complete into master 2024-10-24 22:15:25 +00:00
4 changed files with 93 additions and 93 deletions
Showing only changes of commit 39f4edd5e6 - Show all commits

View File

@@ -160,9 +160,7 @@ thread_tick (void)
if (thread_mlfqs)
{
if (t != idle_thread)
{
t->recent_cpu = fp_add_int (t->recent_cpu, 1);
}
if (ticks % TIMER_FREQ == 0)
{