diff options
Diffstat (limited to 'kernel/lockdep.c')
| -rw-r--r-- | kernel/lockdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/lockdep.c b/kernel/lockdep.c index 1b58a1bbcc87..9cf79858fd82 100644 --- a/kernel/lockdep.c +++ b/kernel/lockdep.c | |||
| @@ -2303,7 +2303,7 @@ void trace_hardirqs_on_caller(unsigned long ip) | |||
| 2303 | * so this is racy by nature but loosing one hit | 2303 | * so this is racy by nature but loosing one hit |
| 2304 | * in a stat is not a big deal. | 2304 | * in a stat is not a big deal. |
| 2305 | */ | 2305 | */ |
| 2306 | this_cpu_inc(lockdep_stats.redundant_hardirqs_on); | 2306 | __debug_atomic_inc(redundant_hardirqs_on); |
| 2307 | return; | 2307 | return; |
| 2308 | } | 2308 | } |
| 2309 | /* we'll do an OFF -> ON transition: */ | 2309 | /* we'll do an OFF -> ON transition: */ |
