commit | 59b20955b0f4466a282eef65e86c5df24dee90e4 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Mar 24 18:40:21 2018 +0100 |
committer | Alexander Graf <agraf@suse.de> | Wed Apr 04 11:04:00 2018 +0200 |
tree | 2d1c3ae800309bbc2ee10486584df422c47b9e8e | |
parent | 86df48ca3a66eaa9dd01b5e8c6312ec005213378 [diff] |
efi_loader: RestoreTPL should execute queued events When the TPL is lowered queued events may become eligible for execution. iPXE uses the following pattern to request event execution: bs->RestoreTPL ( TPL_APPLICATION ); bs->RaiseTPL ( TPL_CALLBACK ); Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>