OSDN Git Service

powerpc: eeh_event: convert semaphore to completion
authorArnd Bergmann <arnd@arndb.de>
Mon, 10 Dec 2018 21:51:57 +0000 (22:51 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 20 Dec 2018 11:21:20 +0000 (22:21 +1100)
commit2fea82db113e4422ef5c8e6209908806e5fb6b63
treeb2fd9b8aca3820917d0196c4f3ef3bf482d37b60
parentd1f75a96842b265ca2a89b7ed477a50637ea87f1
powerpc: eeh_event: convert semaphore to completion

For this use case, completions and semaphores are equivalent,
but semaphores are an awkward interface that should generally
be avoided, so use the completion instead.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/eeh_event.c