efi_loader: RegisterProtocolNotify event signaling
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 7 Jun 2019 05:43:24 +0000 (07:43 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 10 Jun 2019 21:06:19 +0000 (23:06 +0200)
commitdaa3f8472acd44ad90d217f6c25f986bb0f3249c
tree1309d98d8a0dc78fa2a6a4ea66322978a1e3ceb8
parent6d277fb0ed145f82dd50cc6e99d2fa553a588c3b
efi_loader: RegisterProtocolNotify event signaling

In a following patch efi_signal_event() will only queue an event if it is
not signaled.

Set the is_signaled status to false before signaling the event.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c