diff options
Diffstat (limited to 'init/init_task.c')
-rw-r--r-- | init/init_task.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init/init_task.c b/init/init_task.c index 3c27c0efa316..7ab773b9b3cd 100644 --- a/init/init_task.c +++ b/init/init_task.c @@ -167,6 +167,8 @@ struct task_struct init_task .softirqs_enabled = 1, #endif #ifdef CONFIG_LOCKDEP + .lockdep_depth = 0, /* no locks held yet */ + .curr_chain_key = INITIAL_CHAIN_KEY, .lockdep_recursion = 0, #endif #ifdef CONFIG_FUNCTION_GRAPH_TRACER |