commit | 3ef4c8546287ea86ddd0e25b4c62553a7f24f8a3 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Dec 28 00:25:34 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Dec 31 14:33:32 2020 +0100 |
tree | 0227664ed09e5bf7f5641c9d9eca373560b8f84e | |
parent | 2157529cd7b950b3bac66a760e83cde2a5350462 [diff] |
efi_loader: event queueing When a new event is queued we have to process the event queue by calling efi_process_event_queue(). But there is not reason to call the function when the event is not queueable. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>