arch/x86: Use ENV_X86_64 instead of _x86_64_
commitadcf7827bd00757cd52e87693c8bbfbe08ed6b13
authorPatrick Rudolph <patrick.rudolph@9elements.com>
Thu, 27 Aug 2020 18:50:18 +0000 (27 20:50 +0200)
committerPatrick Georgi <pgeorgi@google.com>
Tue, 6 Jul 2021 06:09:13 +0000 (6 06:09 +0000)
tree30d823ebe33966e2367e3f4c7aab9a4dae05fffe
parente85e7af6d02cb7d5acc51a10d0a1abbd7980ce12
arch/x86: Use ENV_X86_64 instead of _x86_64_

Tested on Intel Sandybridge x86_64 and x86_32.

Change-Id: I152483d24af0512c0ee4fbbe8931b7312e487ac6
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44867
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
23 files changed:
src/arch/x86/assembly_entry.S
src/arch/x86/boot.c
src/arch/x86/c_exit.S
src/arch/x86/c_start.S
src/arch/x86/cpu.c
src/arch/x86/cpu_common.c
src/arch/x86/exception.c
src/arch/x86/exit_car.S
src/arch/x86/gdt_init.S
src/arch/x86/idt.S
src/arch/x86/include/arch/cpu.h
src/arch/x86/include/arch/registers.h
src/arch/x86/memcpy.c
src/arch/x86/wakeup.S
src/cpu/qemu-x86/cache_as_ram_bootblock.S
src/cpu/x86/64bit/entry64.inc
src/cpu/x86/lapic/lapic_cpu_init.c
src/cpu/x86/sipi_vector.S
src/cpu/x86/smm/smm_stub.S
src/cpu/x86/smm/smmhandler.S
src/include/assert.h
src/include/cpu/x86/cr.h
src/soc/intel/denverton_ns/soc_util.c