s390: always inline current_stack_pointer()
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Wed, 30 Oct 2019 15:55:56 +0000 (16:55 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 31 Oct 2019 16:20:54 +0000 (17:20 +0100)
commit265f79dcb5702aeffcd9453c8cbb5fb707652323
tree64263718140a3727c9599d4b0b42ee23f6a0b1ef
parent2416cefc504ba8ae9b17e3e6b40afc72708f96be
s390: always inline current_stack_pointer()

This function must be inlined since any caller expects the current
stack pointer; which wouldn't be true if the function isn't inlined.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/processor.h