Skip to content

Commit

Permalink
fix(lab4): fix wrong instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Yiyang Wu <[email protected]>
  • Loading branch information
ToolmanP committed Dec 11, 2024
1 parent c61cee7 commit 18b64e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Lab4/kernel/irq/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ void handle_timer_irq(void)
plat_handle_timer_irq(tick_delta);
/* LAB 4 TODO BEGIN (exercise 6) */
/* Decrease the budget of current thread by 1 if current thread is not NULL */

/* Then call sched to trigger scheduling */
/* We will call the sched_periodic in the caller handle_irq so no need to call sched() now. */

/* LAB 4 TODO END (exercise 6) */
}
Expand Down

0 comments on commit 18b64e0

Please sign in to comment.