diff options
author | Raul E Rangel <rrangel@chromium.org> | 2021-09-13 08:40:45 -0600 |
---|---|---|
committer | Raul Rangel <rrangel@chromium.org> | 2021-09-16 18:37:55 +0000 |
commit | 4969b4d9558f5cd2696c45c6480bc25fcc7972ae (patch) | |
tree | 83896ed80ef52669fcd886ad403d29399bffa467 /src | |
parent | 31c96fe509309b44a49eefd16f17426c6b90895c (diff) | |
download | coreboot-4969b4d9558f5cd2696c45c6480bc25fcc7972ae.tar.gz coreboot-4969b4d9558f5cd2696c45c6480bc25fcc7972ae.tar.bz2 coreboot-4969b4d9558f5cd2696c45c6480bc25fcc7972ae.zip |
soc/amd/picasso/agesa_acpi: Add missing include 'arch/cpu.h'
Needed for cpuid_ext.
BUG=b:179699789
TEST=build morphius
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: Ib3a132bea06443ee4c1501b1c746400c541fd805
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57618
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/amd/picasso/agesa_acpi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/agesa_acpi.c b/src/soc/amd/picasso/agesa_acpi.c index 4de4d1560697..782600754aed 100644 --- a/src/soc/amd/picasso/agesa_acpi.c +++ b/src/soc/amd/picasso/agesa_acpi.c @@ -3,6 +3,7 @@ #include <acpi/acpi.h> #include <acpi/acpi_crat.h> #include <acpi/acpi_ivrs.h> +#include <arch/cpu.h> #include <console/console.h> #include <cpu/amd/cpuid.h> #include <cpu/amd/msr.h> |