]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] powerpc: Initialise hvlpevent_queue.lock correctly
authorMichael Ellerman <michael@ellerman.id.au>
Mon, 20 Feb 2006 08:07:31 +0000 (19:07 +1100)
committerPaul Mackerras <paulus@samba.org>
Thu, 23 Feb 2006 10:44:19 +0000 (21:44 +1100)
commit4c403352c92d741c2c033b9b23cdef1be8a2905a
treed2a7553c425a574d7204281fada8a14dd7e84ace
parent1a1f24b7607942e423525015a980fdc40bac5a79
[PATCH] powerpc: Initialise hvlpevent_queue.lock correctly

When I changed the hvlpevent_queue code to use a spinlock instead of a
custom atomic (75e6faf803601c5fa8ea32c6d5f22aaa53a76a1b) I didn't
initialise the lock anywhere, oops.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/iseries/lpevents.c