kprobes: kretprobes simplifications
[deliverable/linux.git] / include / linux / init_task.h
index a2d95ff50e9bd71eb741d5ef9a293574245ab244..795102309bf101e8a1d7be01e80cc97a0427fdfb 100644 (file)
@@ -138,7 +138,7 @@ extern struct group_info init_groups;
        .journal_info   = NULL,                                         \
        .cpu_timers     = INIT_CPU_TIMERS(tsk.cpu_timers),              \
        .fs_excl        = ATOMIC_INIT(0),                               \
-       .pi_lock        = SPIN_LOCK_UNLOCKED,                           \
+       .pi_lock        = __SPIN_LOCK_UNLOCKED(tsk.pi_lock),            \
        INIT_TRACE_IRQFLAGS                                             \
        INIT_LOCKDEP                                                    \
 }
This page took 0.024343 seconds and 5 git commands to generate.