No need to disable interrupts before returning to userland.
authorkettenis <kettenis@openbsd.org>
Thu, 13 May 2021 06:45:23 +0000 (06:45 +0000)
committerkettenis <kettenis@openbsd.org>
Thu, 13 May 2021 06:45:23 +0000 (06:45 +0000)
commitac7c817f2e4547de17a7d9340eb46c5fddfaeee7
tree31dc89430a5798a3f3ea77334c5243ae9775bade
parent0f6296b86303a33577b09ef08e0a0e23296d6b0c
No need to disable interrupts before returning to userland.
The AST processing code will take care of doing that for us.

ok jsg@
sys/arch/riscv64/riscv64/trap.c