arch: riscv: Remove outdated comment
After the introduction of arch_switch() in #43085, ECALL is no longer used for context switching by default, so remove the comment stating so. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
131c089aaf
commit
11da0b6f28
1 changed files with 0 additions and 2 deletions
|
@ -126,8 +126,6 @@ GTEXT(__irq_wrapper)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Handler called upon each exception/interrupt/fault
|
* Handler called upon each exception/interrupt/fault
|
||||||
* In this architecture, system call (ECALL) is used to perform context
|
|
||||||
* switching or IRQ offloading (when enabled).
|
|
||||||
*/
|
*/
|
||||||
SECTION_FUNC(exception.entry, __irq_wrapper)
|
SECTION_FUNC(exception.entry, __irq_wrapper)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue