diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-08-05 00:31:09 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-08-05 00:31:09 +0200 |
commit | 995177a4c75ee9b9069d5a313d90c005cf89c1b2 (patch) | |
tree | 16b7631d371cef304b1a45a6b148ca1f94a99f04 /arch/arm/include | |
parent | Merge tag 'csky-for-linus-6.0-rc1' of https://github.com/c-sky/csky-linux (diff) | |
parent | ARM: 9220/1: amba: Remove deferred device addition (diff) | |
download | linux-995177a4c75ee9b9069d5a313d90c005cf89c1b2.tar.xz linux-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')
-rw-r--r-- | arch/arm/include/asm/irq_work.h | 2 |
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 */ |