s390: rename CALL_ON_STACK_NORETURN() to call_on_stack_noreturn()
Lower case matches the call_on_stack() macro and is easier to read. 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:
committed by
Vasily Gorbik
parent
a9b660849f
commit
b55e692e6b
@@ -189,7 +189,7 @@ struct stack_frame {
|
||||
(rettype)r2; \
|
||||
})
|
||||
|
||||
#define CALL_ON_STACK_NORETURN(fn, stack) \
|
||||
#define call_on_stack_noreturn(fn, stack) \
|
||||
({ \
|
||||
void (*__fn)(void) = fn; \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user