diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-11-08 15:58:29 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-11-23 13:32:29 +0300 |
commit | 64bac5ea17d527872121adddfee869c7a0618f8f (patch) | |
tree | 01c4bcafcfbc6553f0a92fbef32993e2ec0772d9 /scripts/gdb/linux/utils.py | |
parent | b85ea95d086471afb4ad062012a4d73cd328fa86 (diff) | |
download | linux-64bac5ea17d527872121adddfee869c7a0618f8f.tar.xz |
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>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions