Commit b8f4c89f authored by Heiko Carstens's avatar Heiko Carstens Committed by Vasily Gorbik

s390/softirq: use call_on_stack() macro

Reviewed-by: default avatarSven Schnelle <svens@linux.ibm.com>
Signed-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
Signed-off-by: default avatarVasily Gorbik <gor@linux.ibm.com>
parent 58d4a785
......@@ -7,7 +7,7 @@
static inline void do_softirq_own_stack(void)
{
CALL_ON_STACK(__do_softirq, S390_lowcore.async_stack, 0);
call_on_stack(0, S390_lowcore.async_stack, void, __do_softirq);
}
#endif /* __ASM_S390_SOFTIRQ_STACK_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment