From cdea508a024376c79c8cf29648ba174867eb2750 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Tue, 6 Feb 2024 15:27:21 +0100 Subject: cpu/qemu-x86/cache_as_ram: Move guard Although entry64.inc does guard against ENV_X86_64, it's more aesthetic to have it with the other 64bit code below a guard just like other platforms. Signed-off-by: Arthur Heymans Change-Id: If3ef19dd6654cd2fa0be3c68dee4a472e7a7935d Reviewed-on: https://review.coreboot.org/c/coreboot/+/80354 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/cpu/qemu-x86/cache_as_ram_bootblock.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu') diff --git a/src/cpu/qemu-x86/cache_as_ram_bootblock.S b/src/cpu/qemu-x86/cache_as_ram_bootblock.S index 0943e356da..859b760175 100644 --- a/src/cpu/qemu-x86/cache_as_ram_bootblock.S +++ b/src/cpu/qemu-x86/cache_as_ram_bootblock.S @@ -77,11 +77,11 @@ pages_done: /* Align the stack and keep aligned for call to bootblock_c_entry() */ and $0xfffffff0, %esp +#if ENV_X86_64 /* entry64.inc preserves ebx. */ #include /* Restore the BIST result and timestamps. */ -#if ENV_X86_64 movd %mm2, %rdi shlq $32, %rdi movd %mm1, %rsi -- cgit v1.2.3