commit | 42f565e116e0408b5ddc21a33c4a4d41fd572420 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Nov 20 23:57:47 2008 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Nov 23 11:39:28 2008 +0100 |
tree | d4599c10d5771c91615e5ec9f6cdf4315b6e4091 | |
parent | a0a70c735ef714fe1b6777b571630c3d50c7b008 [diff] |
trace: remove extra assign in branch check 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>