aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/lockdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/lockdep.c')
-rw-r--r--kernel/lockdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/lockdep.c b/kernel/lockdep.c
index 77fa776a2da8..3bfb1877a003 100644
--- a/kernel/lockdep.c
+++ b/kernel/lockdep.c
@@ -2582,7 +2582,7 @@ static int __lock_acquire(struct lockdep_map *lock, unsigned int subclass,
2582 hlock->trylock = trylock; 2582 hlock->trylock = trylock;
2583 hlock->read = read; 2583 hlock->read = read;
2584 hlock->check = check; 2584 hlock->check = check;
2585 hlock->hardirqs_off = hardirqs_off; 2585 hlock->hardirqs_off = !!hardirqs_off;
2586#ifdef CONFIG_LOCK_STAT 2586#ifdef CONFIG_LOCK_STAT
2587 hlock->waittime_stamp = 0; 2587 hlock->waittime_stamp = 0;
2588 hlock->holdtime_stamp = sched_clock(); 2588 hlock->holdtime_stamp = sched_clock();