aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/init_task.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2009-07-25 11:52:57 -0400
committerThomas Gleixner <tglx@linutronix.de>2009-07-27 15:07:17 -0400
commitd227cf76b6f51e3245f1b3f47720c3d7df4b68b0 (patch)
tree885144b03bce5617d3a5b1d1da97216229c34038 /include/linux/init_task.h
parent0835f1f82a88e366d8dd20874c94133915dcccdb (diff)
rtmutex: Convert wait_lock and pi_lock to atomic_spinlock
Fix up all users. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/init_task.h')
-rw-r--r--include/linux/init_task.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/init_task.h b/include/linux/init_task.h
index 7fc01b13be43..455a29d02a0f 100644
--- a/include/linux/init_task.h
+++ b/include/linux/init_task.h
@@ -159,7 +159,7 @@ extern struct cred init_cred;
159 .journal_info = NULL, \ 159 .journal_info = NULL, \
160 .cpu_timers = INIT_CPU_TIMERS(tsk.cpu_timers), \ 160 .cpu_timers = INIT_CPU_TIMERS(tsk.cpu_timers), \
161 .fs_excl = ATOMIC_INIT(0), \ 161 .fs_excl = ATOMIC_INIT(0), \
162 .pi_lock = __SPIN_LOCK_UNLOCKED(tsk.pi_lock), \ 162 .pi_lock = __ATOMIC_SPIN_LOCK_UNLOCKED(tsk.pi_lock), \
163 .timer_slack_ns = 50000, /* 50 usec default slack */ \ 163 .timer_slack_ns = 50000, /* 50 usec default slack */ \
164 .pids = { \ 164 .pids = { \
165 [PIDTYPE_PID] = INIT_PID_LINK(PIDTYPE_PID), \ 165 [PIDTYPE_PID] = INIT_PID_LINK(PIDTYPE_PID), \