From 140087f84fbed117686c15e9d0c7c6921d494059 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 6 Dec 2016 14:00:05 +0200 Subject: CPU: Declare cpu_phys_address_size() for all arch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resource allocator and 64-bit PCI BARs will need it and PCI use is not really restricted to x86. Change-Id: Ie97f0f73380118f43ec6271aed5617d62a4f5532 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/17733 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/common/util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/common') diff --git a/src/soc/intel/common/util.c b/src/soc/intel/common/util.c index 2d3a34a63a..3aadd6b54e 100644 --- a/src/soc/intel/common/util.c +++ b/src/soc/intel/common/util.c @@ -15,6 +15,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3