From adcf7827bd00757cd52e87693c8bbfbe08ed6b13 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Thu, 27 Aug 2020 20:50:18 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/44867 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/arch/x86/gdt_init.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/x86/gdt_init.S') diff --git a/src/arch/x86/gdt_init.S b/src/arch/x86/gdt_init.S index 30b39653c9..825c23ccbd 100644 --- a/src/arch/x86/gdt_init.S +++ b/src/arch/x86/gdt_init.S @@ -18,7 +18,7 @@ gdtptr: .word gdt_end - gdt -1 /* compute the table limit */ .long gdt /* we know the offset */ -#ifdef __x86_64__ +#if ENV_X86_64 .code64 .section .init._gdt64_, "ax", @progbits .globl gdt_init64 -- cgit v1.2.3