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:
daecbf5
)
sparc64: Give a stack frame to the ftrace call sites.
author
David S. Miller
<davem@davemloft.net>
Wed, 7 Apr 2010 02:59:46 +0000
(19:59 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 13 Apr 2010 05:37:15 +0000
(22:37 -0700)
It's the only way we'll be able to implement the function
graph tracer properly.
A positive is that we no longer have to worry about the
linker over-optimizing the tail call, since we don't
use a tail call any more.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found