diff options
author | Milind Arun Choudhary <milindchoudhary@gmail.com> | 2007-05-08 03:30:08 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 14:15:10 -0400 |
commit | b32e41bb97971161ad34ea69364c4f9ec3909151 (patch) | |
tree | d05e1a191c30c2320f30c2d2506bcb61d3d05c95 /include | |
parent | 6c080f1a93591500299a514ef63209079ff007ac (diff) |
SPIN_LOCK_UNLOCKED cleanup in init_task.h
SPIN_LOCK_UNLOCKED cleanup,use __SPIN_LOCK_UNLOCKED instead
Signed-off-by: Milind Arun Choudhary <milindchoudhary@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/init_task.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/init_task.h b/include/linux/init_task.h index a2d95ff50e9b..795102309bf1 100644 --- a/include/linux/init_task.h +++ b/include/linux/init_task.h | |||
@@ -138,7 +138,7 @@ extern struct group_info init_groups; | |||
138 | .journal_info = NULL, \ | 138 | .journal_info = NULL, \ |
139 | .cpu_timers = INIT_CPU_TIMERS(tsk.cpu_timers), \ | 139 | .cpu_timers = INIT_CPU_TIMERS(tsk.cpu_timers), \ |
140 | .fs_excl = ATOMIC_INIT(0), \ | 140 | .fs_excl = ATOMIC_INIT(0), \ |
141 | .pi_lock = SPIN_LOCK_UNLOCKED, \ | 141 | .pi_lock = __SPIN_LOCK_UNLOCKED(tsk.pi_lock), \ |
142 | INIT_TRACE_IRQFLAGS \ | 142 | INIT_TRACE_IRQFLAGS \ |
143 | INIT_LOCKDEP \ | 143 | INIT_LOCKDEP \ |
144 | } | 144 | } |