diff options
author | sotech117 <michael_foiani@brown.edu> | 2024-02-20 18:23:50 +0000 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2024-02-20 18:23:50 +0000 |
commit | d2b13e08f8d6111b7f7e79a47a124fc47dd9433c (patch) | |
tree | ec46a99622c40dae1d45ff516699f949193275a2 /kernel/proc/sched.c | |
parent | 84aae99b4f2f4997db95b9ea6db2a61f582b51ea (diff) |
make tests and fix bugs that the tests caught :)
Diffstat (limited to 'kernel/proc/sched.c')
-rw-r--r-- | kernel/proc/sched.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/proc/sched.c b/kernel/proc/sched.c index 0461279..cd8e438 100644 --- a/kernel/proc/sched.c +++ b/kernel/proc/sched.c @@ -243,7 +243,6 @@ void sched_switch(ktqueue_t *queue) intr_enable(); intr_setipl(oldIPL); - // TODO: ask about why we need the old thread context } /* |