]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] omit frame pointers on s390 when possible
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 23 Apr 2009 11:58:10 +0000 (13:58 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 23 Apr 2009 11:58:18 +0000 (13:58 +0200)
commit796dc2b3951708f6ad13c7bf3890a3303c226574
treefd7abe59eb592267284919a26d0778c4e951d772
parent85a100f282b63a3c5f8d7e65658a84470c9e6fbc
[S390] omit frame pointers on s390 when possible

Always omit frame pointers on s390. They aren't too useful for the
kernel since we have already the kernel stack backchain which allows
us to walk the kernel stack.
So eleminate the extra code for frame pointers. Only allow the extra
code for the function tracer since the gcc compile options -pg and
-fomit-frame-pointer are incompatible.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
lib/Kconfig.debug