diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-12-06 14:00:05 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-12-06 20:53:45 +0100 |
commit | 140087f84fbed117686c15e9d0c7c6921d494059 (patch) | |
tree | 7ca17ca92f87c1d2dd72c15126a37e148a1e0d7e /src/soc/intel | |
parent | cd6d281fbee4de59aad1e76f1ed9afeb19ce9a0b (diff) |
CPU: Declare cpu_phys_address_size() for all arch
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 <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/17733
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/common/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <arch/cpu.h> #include <console/console.h> +#include <cpu/cpu.h> #include <cpu/x86/mtrr.h> #include <soc/intel/common/util.h> #include <stddef.h> |