|
@@ -410,8 +410,10 @@ static inline void print_irqtrace_events(struct task_struct *curr)
|
|
|
#ifdef CONFIG_DEBUG_LOCK_ALLOC
|
|
|
# ifdef CONFIG_PROVE_LOCKING
|
|
|
# define spin_acquire(l, s, t, i) lock_acquire(l, s, t, 0, 2, NULL, i)
|
|
|
+# define spin_acquire_nest(l, s, t, n, i) lock_acquire(l, s, t, 0, 2, n, i)
|
|
|
# else
|
|
|
# define spin_acquire(l, s, t, i) lock_acquire(l, s, t, 0, 1, NULL, i)
|
|
|
+# define spin_acquire_nest(l, s, t, n, i) lock_acquire(l, s, t, 0, 1, NULL, i)
|
|
|
# endif
|
|
|
# define spin_release(l, n, i) lock_release(l, n, i)
|
|
|
#else
|