forked from Minki/linux
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>
This commit is contained in:
parent
58d4a785da
commit
b8f4c89fd7
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user