Files
twx-linux/include/linux
Arnd Bergmann 64bac5ea17 arch: consolidate arch_irq_work_raise prototypes
The prototype was hidden in an #ifdef on x86, which causes a warning:

kernel/irq_work.c:72:13: error: no previous prototype for 'arch_irq_work_raise' [-Werror=missing-prototypes]

Some architectures have a working prototype, while others don't.
Fix this by providing it in only one place that is always visible.

Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
Acked-by: Guo Ren <guoren@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2023-11-23 11:32:29 +01:00
..
2023-10-24 13:08:14 -07:00
2023-11-04 10:22:52 +01:00
2023-11-10 13:54:58 +00:00
2023-11-01 22:33:53 -07:00
2023-10-30 21:48:22 -04:00
2023-10-25 20:19:00 +02:00
2023-10-27 10:51:41 +01:00
2023-11-10 09:20:55 +01:00
2023-11-01 10:02:18 +00:00
2023-11-03 09:16:42 +00:00
2023-10-27 18:04:28 +08:00