diff options
| author | Alexander Graf <agraf@suse.de> | 2017-12-04 16:33:26 +0100 | 
|---|---|---|
| committer | Bin Meng <bmeng.cn@gmail.com> | 2018-03-30 16:05:07 +0800 | 
| commit | 14d61d4e577c57ba77b826c6cc9d99a0b3f3fc37 (patch) | |
| tree | 469ac868ac9cb602034fa0505b70d8e87981a098 /drivers | |
| parent | 81cf7c8d45935a295991fe2cd1df286f0f47511f (diff) | |
efi_stub: Fix GDT_NOTSYS check
The get_codeseg32() wants to know if a passed in descriptor has
flag GDT_NOTSYS set (desc & GDT_NOTSYS), not whether desc and
GDT_NOTSYS are not != 0 (desk && GDT_NOTSYS).
This is an obvious typo. Fix it up.
Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions
