commit | bd6ef57e08d6cce32e93f9fc7b93d361b6a7884f | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Mon Feb 20 19:07:31 2006 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Thu Feb 23 21:44:19 2006 +1100 |
tree | d2a7553c425a574d7204281fada8a14dd7e84ace | |
parent | 9e956c2dac9bec602ed1ba29181b45ba6d2b6448 [diff] |
[PATCH] powerpc: Initialise hvlpevent_queue.lock correctly When I changed the hvlpevent_queue code to use a spinlock instead of a custom atomic (719d1cd86780c156f954fc34f34481adac197aec) 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>