]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: Tidy up EFI code in interrupt_init()
authorSimon Glass <sjg@chromium.org>
Sun, 16 Jul 2023 03:38:40 +0000 (21:38 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 17 Jul 2023 09:08:44 +0000 (17:08 +0800)
commitb73dba7a83f2071ef97e175be5ee8a2492042e96
tree28ffef7d7aeb21a65acea124018d5e73e516c6a3
parent70f2030f02696ee1820d8df690e878de078b01b3
x86: Tidy up EFI code in interrupt_init()

The ll_boot_init() check handles the EFI case so we don't need the rest
of the code. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/i386/interrupt.c