git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b409650
)
sparc: Use vsprintf extention %pf with builtin_return_address
author
Joe Perches
<joe@perches.com>
Tue, 28 Feb 2012 21:08:02 +0000
(16:08 -0500)
committer
David S. Miller
<davem@davemloft.net>
Tue, 28 Feb 2012 21:08:02 +0000
(16:08 -0500)
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>
No differences found