projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58d4a78
)
s390/softirq: use call_on_stack() macro
author
Heiko Carstens
<hca@linux.ibm.com>
Mon, 5 Jul 2021 18:56:40 +0000
(20:56 +0200)
committer
Vasily Gorbik
<gor@linux.ibm.com>
Thu, 8 Jul 2021 20:12:18 +0000
(22:12 +0200)
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>
arch/s390/include/asm/softirq_stack.h
patch
|
blob
|
history
diff --git
a/arch/s390/include/asm/softirq_stack.h
b/arch/s390/include/asm/softirq_stack.h
index
5976fd6
..
fd17f25
100644
(file)
--- a/
arch/s390/include/asm/softirq_stack.h
+++ b/
arch/s390/include/asm/softirq_stack.h
@@
-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 */