diff options
| author | Pavankumar Kondeti <[email protected]> | 2016-12-09 21:50:17 +0530 |
|---|---|---|
| committer | Steven Rostedt <[email protected]> | 2016-12-12 13:51:02 -0500 |
| commit | c59f29cb144a6a0dfac16ede9dc8eafc02dc56ca (patch) | |
| tree | 54eb12f59132eea62dd2f71a9ddf3c56940d9aa1 /net/lapb/lapb_timer.c | |
| parent | 1a41442864e35bff859582fe9c5d051d0b1040ba (diff) | |
tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate results
The 's' flag is supposed to indicate that a softirq is running. This
can be detected by testing the preempt_count with SOFTIRQ_OFFSET.
The current code tests the preempt_count with SOFTIRQ_MASK, which
would be true even when softirqs are disabled but not serving a
softirq.
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Pavankumar Kondeti <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions