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 5cc90ff6..09b57140 100644
--- a/arch/x86/machine/boot.c
+++ b/arch/x86/machine/boot.c
@@ -51,6 +51,7 @@
#include <kern/param.h>
#include <kern/percpu.h>
#include <kern/printk.h>
+#include <kern/sref.h>
#include <kern/stddef.h>
#include <kern/stdint.h>
#include <kern/string.h>
@@ -274,6 +275,7 @@ boot_main(void)
cpu_setup();
thread_bootstrap();
pmap_bootstrap();
+ sref_bootstrap();
cga_setup();
printk_setup();
boot_show_version();