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:
2895cd2
)
ftrace/recordmcount: Remove duplicate code to find mcount symbol
author
Steven Rostedt
<srostedt@redhat.com>
Thu, 21 Apr 2011 00:47:34 +0000
(20:47 -0400)
committer
Steven Rostedt
<rostedt@goodmis.org>
Mon, 16 May 2011 18:48:02 +0000
(14:48 -0400)
The code in sift_rel_mcount() and nop_mcount() to get the mcount symbol
number is identical. Replace the two locations with a call to a function
that does the work.
Cc: John Reiser <jreiser@bitwagon.com>
Link:
http://lkml.kernel.org/r/20110421023739.488093407@goodmis.org
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found