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:
a0a70c7
)
trace: remove extra assign in branch check
author
Steven Rostedt
<srostedt@redhat.com>
Fri, 21 Nov 2008 04:57:47 +0000
(23:57 -0500)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 23 Nov 2008 10:39:28 +0000
(11:39 +0100)
Impact: clean up of branch check
The unlikely/likely profiler does an extra assign of the f.line.
This is not needed since it is already calculated at compile time.
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found