Skip to content

Commit

Permalink
interrupts/risc64: fix reschedule invoked indirect
Browse files Browse the repository at this point in the history
Commit 87aca36 introduced change
to how scheduler is invoked, this fix complements that commit.

JIRA: RTOS-513
  • Loading branch information
gerard5 committed Jun 30, 2023
1 parent 2571d96 commit f7f2af8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hal/riscv64/interrupts.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ if (cn != 0) {
plic_complete(1, cn);
}

if (n == 0)
return 0;

return res;
}

Expand Down

0 comments on commit f7f2af8

Please sign in to comment.