summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index f2a56f64f7ff..1ffca6c4f0b6 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1162,7 +1162,7 @@ struct task_struct {
#endif
#ifdef CONFIG_LOCKDEP
-# define MAX_LOCK_DEPTH 48UL
+# define MAX_LOCK_DEPTH 63UL
u64 curr_chain_key;
int lockdep_depth;
unsigned int lockdep_recursion;