aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-08-04 15:31:09 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2022-08-04 15:31:09 -0700
commit995177a4c75ee9b9069d5a313d90c005cf89c1b2 (patch)
tree16b7631d371cef304b1a45a6b148ca1f94a99f04 /arch/arm/include/asm
parentMerge tag 'csky-for-linus-6.0-rc1' of https://github.com/c-sky/csky-linux (diff)
parentARM: 9220/1: amba: Remove deferred device addition (diff)
downloadlinux-dev-995177a4c75ee9b9069d5a313d90c005cf89c1b2.tar.xz
linux-dev-995177a4c75ee9b9069d5a313d90c005cf89c1b2.zip
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Pull ARM updates from Russell King: "Not much this time around, the 5.20-rc1 development updates for arm are: - add KASAN support for vmalloc space on arm - some sparse fixes from Ben Dooks - rework amba device handling (so device addition isn't deferred)" * tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm: ARM: 9220/1: amba: Remove deferred device addition ARM: 9219/1: fix undeclared soft_restart ARM: 9218/1: dma-mapping: fix pointer/integer warning ARM: 9217/1: add definition of arch_irq_work_raise() ARM: 9203/1: kconfig: fix MODULE_PLTS for KASAN with KASAN_VMALLOC ARM: 9202/1: kasan: support CONFIG_KASAN_VMALLOC
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r--arch/arm/include/asm/irq_work.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/irq_work.h b/arch/arm/include/asm/irq_work.h
index 8895999834cc..3149e4dc1b54 100644
--- a/arch/arm/include/asm/irq_work.h
+++ b/arch/arm/include/asm/irq_work.h
@@ -9,4 +9,6 @@ static inline bool arch_irq_work_has_interrupt(void)
return is_smp();
}
+extern void arch_irq_work_raise(void);
+
#endif /* _ASM_ARM_IRQ_WORK_H */