OpenCloudOS-Kernel/arch/s390/include
Heiko Carstens 5606330627 s390/dumpstack: implement and use return_address()
Implement return_address() and use it instead of __builtin_return_address(n).

__builtin_return_address(n) is not guaranteed to work for n > 0,
therefore implement a private return_address() function which walks
the stack frames and returns the proper return address.

This way we get also rid of a compile warning which gcc 6.1 emits and
look like all other architectures.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2016-05-04 16:29:45 +02:00
..
asm s390/dumpstack: implement and use return_address() 2016-05-04 16:29:45 +02:00
uapi/asm s390/dasd: Add new ioctl BIODASDCHECKFMT 2016-04-15 18:16:39 +02:00