From: Milind Arun Choudhary Date: Tue, 8 May 2007 07:30:08 +0000 (-0700) Subject: SPIN_LOCK_UNLOCKED cleanup in init_task.h X-Git-Tag: v2.6.22-rc1~650 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b32e41bb97971161ad34ea69364c4f9ec3909151;p=linux-2.6-omap-h63xx.git SPIN_LOCK_UNLOCKED cleanup in init_task.h SPIN_LOCK_UNLOCKED cleanup,use __SPIN_LOCK_UNLOCKED instead Signed-off-by: Milind Arun Choudhary Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/init_task.h b/include/linux/init_task.h index a2d95ff50e9..795102309bf 100644 --- a/include/linux/init_task.h +++ b/include/linux/init_task.h @@ -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 \ }