From e8741fe95461da8836ff3d8af258bed80dcd13b6 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 4 Sep 2017 17:37:31 +0200 Subject: Move ADDR32() hack to arch/x86 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's arch specific, so no need to pollute non-x86 with it. Change-Id: I99ec76d591789db186e8a33774565e5a04fc4e47 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/21392 Reviewed-by: Philippe Mathieu-Daudé Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/cpu/x86/smm/smmrelocate.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/x86/smm') diff --git a/src/cpu/x86/smm/smmrelocate.S b/src/cpu/x86/smm/smmrelocate.S index b3be51d9c1..230c78d079 100644 --- a/src/cpu/x86/smm/smmrelocate.S +++ b/src/cpu/x86/smm/smmrelocate.S @@ -37,7 +37,7 @@ #endif // ADDR32() macro -#include +#include #if IS_ENABLED(CONFIG_SMM_TSEG) #error "Don't use this file with TSEG." -- cgit v1.2.3