commit | e9b57cca3dbdc7a0b90514af8bf613baf97105a5 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Feb 28 16:08:02 2012 -0500 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 28 16:08:02 2012 -0500 |
tree | 48b8ff9e570226c3ffafc3738de48f0d6c2cb057 | |
parent | b4096504c2b6945c41eae99f85f4ec64ac19bfce [diff] |
sparc: Use vsprintf extention %pf with builtin_return_address Emit the function name not the address when possible. builtin_return_address() gives an address. When building a kernel with CONFIG_KALLSYMS, emit the actual function name not the address. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>