diff options
author | Ian Moffett <ian@osmora.org> | 2023-12-11 18:49:55 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2023-12-11 18:49:55 -0500 |
commit | c9a79b6dc5deb2294e8c125bc18413408a7cee68 (patch) | |
tree | fb98228459ae74426f53c0ba623b182ae3019b2c | |
parent | 178d53d53e91984549d05ab0e5767c210ecb71cd (diff) |
kernel/amd64: machdep: Include missing header
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | sys/arch/amd64/machdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/amd64/machdep.c b/sys/arch/amd64/machdep.c index 9881619..3f3feb0 100644 --- a/sys/arch/amd64/machdep.c +++ b/sys/arch/amd64/machdep.c @@ -35,6 +35,7 @@ #include <machine/ioapic.h> #include <machine/lapic.h> #include <machine/spectre.h> +#include <machine/cpu.h> __MODULE_NAME("machdep"); __KERNEL_META("$Hyra$: machdep.c, Ian Marco Moffett, " |