coreboot-kgpe-d16/src/arch/x86
Richard Spiegel b1299c7aab arch/x86/exception.c: Remove double initialization
In procedure exception_init(), structure pointer gates is initialized twice.
Remove one initialization.

BUG=b:112253891
TEST=Build and boot grunt.

Change-Id: If0280963e8b796f795e77a11569277dcf16b4507
Signed-off-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Reviewed-on: https://review.coreboot.org/27948
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2018-08-09 15:46:53 +00:00
..
acpi
include arch: Retire cache_sync_instructions() from <arch/cache.h> (except arm) 2018-08-07 20:55:58 +00:00
acpi.c security/tpm: Use unique CBMEM names for TCPA logs 2018-07-30 15:47:23 +00:00
acpi_device.c acpi: device: Walk up the tree to find identifier 2018-05-28 16:08:23 +00:00
acpi_pld.c
acpi_s3.c
acpigen.c
acpigen_dsm.c
assembly_entry.S
boot.c arch/x86: Fix payload loading via bounce-buffer 2018-06-12 07:44:08 +00:00
bootblock.ld
bootblock_crt0.S
bootblock_normal.c
bootblock_romcc.S
bootblock_simple.c
c_start.S
car.ld
cbfs_and_run.c
cbmem.c arch/x86: Remove unneeded includes 2018-06-04 08:41:55 +00:00
cpu.c src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar" 2018-07-09 09:26:18 +00:00
cpu_common.c arch/x86: Remove unneeded includes 2018-06-04 08:41:55 +00:00
ebda.c
exception.c arch/x86/exception.c: Remove double initialization 2018-08-09 15:46:53 +00:00
exit_car.S
failover.ld
gdt.c
gdt_init.S
id.ld
id.S
idt.S
ioapic.c
Kconfig arch/x86: Always select RELOCATABLE_MODULES 2018-06-06 12:29:57 +00:00
Makefile.inc arch/x86: include verstage.c only when verstage is a separate stage 2018-06-28 09:02:20 +00:00
memcpy.c
memlayout.ld arch/x86: Use fixed size limit with RELOCATABLE_RAMSTAGE 2018-06-06 10:36:04 +00:00
memmove.c
memset.c arch/x86: Wrap lines at 80 columns 2017-03-17 03:18:24 +01:00
mmap_boot.c
mpspec.c
pci_ops.c
pci_ops_conf1.c arch/x86: Remove unneeded includes 2018-06-04 08:41:55 +00:00
pirq_routing.c
postcar.c
postcar_loader.c arch/x86: Introduce postcar_frame_add_romcache() 2018-06-04 08:20:35 +00:00
prologue.inc
rdrand.c
smbios.c arch/x86/smbios: Add support for table 38 2018-07-19 13:50:28 +00:00
stages.c
tables.c
thread.c
thread_switch.S
timestamp.c
verstage.c
wakeup.S
walkcbfs.S