RISC-V: Fix do_notify_resume / do_work_pending prototype
authorHeiko Stuebner <heiko.stuebner@vrull.eu>
Wed, 18 Jan 2023 14:22:52 +0000 (15:22 +0100)
committerPalmer Dabbelt <palmer@rivosinc.com>
Wed, 25 Jan 2023 06:13:15 +0000 (22:13 -0800)
commit285b6a18daf1358e70a4c842884d9ff2d2fe53e2
tree8f76ab1afb95b4bc10bc89092015dc86cd3db7f9
parent9d5567ccf96fb2f1eb83d531eee23ead4aa8f2a3
RISC-V: Fix do_notify_resume / do_work_pending prototype

Commit b0f4c74eadbf ("RISC-V: Fix unannoted hardirqs-on in return to
userspace slow-path") renamed the do_notify_resume function to
do_work_pending but did not change the prototype in signal.h
Do that now, as the original function does not exist anymore.

Fixes: b0f4c74eadbf ("RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path")
Signed-off-by: Heiko Stuebner <heiko.stuebner@vrull.eu>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230118142252.337103-1-heiko@sntech.de
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/include/asm/signal.h