summaryrefslogtreecommitdiff
path: root/arch/x86/machine/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/machine/boot.c')
-rw-r--r--arch/x86/machine/boot.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/machine/boot.c b/arch/x86/machine/boot.c
index 7ce7b85d..571b04f6 100644
--- a/arch/x86/machine/boot.c
+++ b/arch/x86/machine/boot.c
@@ -58,6 +58,7 @@
#include <kern/macros.h>
#include <kern/panic.h>
#include <kern/percpu.h>
+#include <kern/shutdown.h>
#include <kern/sleepq.h>
#include <kern/sref.h>
#include <kern/syscnt.h>
@@ -514,6 +515,7 @@ boot_main(void)
vm_setup();
boot_save_data();
biosmem_free_usable();
+ shutdown_setup();
intr_setup();
cpu_mp_probe();
atcons_setup();