Skip to content

Commit b8f4c89

Browse files
hcahcaVasily Gorbik
authored andcommitted
s390/softirq: use call_on_stack() macro
Reviewed-by: Sven Schnelle <svens@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
1 parent 58d4a78 commit b8f4c89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/s390/include/asm/softirq_stack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
static inline void do_softirq_own_stack(void)
99
{
10-
CALL_ON_STACK(__do_softirq, S390_lowcore.async_stack, 0);
10+
call_on_stack(0, S390_lowcore.async_stack, void, __do_softirq);
1111
}
1212

1313
#endif /* __ASM_S390_SOFTIRQ_STACK_H */

0 commit comments

Comments
 (0)