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/cpu/intel/haswell/romstage.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/intel/haswell') diff --git a/src/cpu/intel/haswell/romstage.c b/src/cpu/intel/haswell/romstage.c index 7eb115ca96..c82f3b9831 100644 --- a/src/cpu/intel/haswell/romstage.c +++ b/src/cpu/intel/haswell/romstage.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3