[U-Boot] [PATCH] efi_stub: Fix GDT_NOTSYS check
Bin Meng
bmeng.cn at gmail.com
Mon Feb 12 06:26:19 UTC 2018
Hi Alexander,
On Tue, Dec 5, 2017 at 7:20 AM, Bin Meng <bmeng.cn at gmail.com> wrote:
> On Mon, Dec 4, 2017 at 11:33 PM, Alexander Graf <agraf at suse.de> wrote:
>> 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 at suse.de>
>> ---
>> lib/efi/efi_stub.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
Looks this one is applied nowhere?
Regards,
Bin
More information about the U-Boot
mailing list