]> Git Repo - linux.git/blob - arch/s390/include/asm/softirq_stack.h
Merge tag 'v5.15-rc3' into spi-5.15
[linux.git] / arch / s390 / include / asm / softirq_stack.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 #ifndef __ASM_S390_SOFTIRQ_STACK_H
3 #define __ASM_S390_SOFTIRQ_STACK_H
4
5 #include <asm/lowcore.h>
6 #include <asm/stacktrace.h>
7
8 static inline void do_softirq_own_stack(void)
9 {
10         call_on_stack(0, S390_lowcore.async_stack, void, __do_softirq);
11 }
12
13 #endif /* __ASM_S390_SOFTIRQ_STACK_H */
This page took 0.029408 seconds and 4 git commands to generate.