diff options
author | Li Zefan <[email protected]> | 2010-03-24 10:57:37 +0800 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2010-03-29 15:16:44 -0400 |
commit | e36673ec5126f15a8cddf6049aede7bdcf484c26 (patch) | |
tree | 020070456e2875bc2293c36b4fb7415e4d717199 /net/lapb/lapb_in.c | |
parent | b72c40949b0f04728f2993a1434598d3bad094ea (diff) |
tracing: Fix lockdep warning in global_clock()
# echo 1 > events/enable
# echo global > trace_clock
------------[ cut here ]------------
WARNING: at kernel/lockdep.c:3162 check_flags+0xb2/0x190()
...
---[ end trace 3f86734a89416623 ]---
possible reason: unannotated irqs-on.
...
There's no reason to use the raw_local_irq_save() in trace_clock_global.
The local_irq_save() version is fine, and does not cause the bug in lockdep.
Acked-by: Peter Zijlstra <[email protected]>
Signed-off-by: Li Zefan <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions