summaryrefslogtreecommitdiffstats
path: root/bsps/x86_64/amd64/start/bspstart.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/x86_64/amd64/start/bspstart.c')
-rw-r--r--bsps/x86_64/amd64/start/bspstart.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bsps/x86_64/amd64/start/bspstart.c b/bsps/x86_64/amd64/start/bspstart.c
index 784748ce3f..5a5b46bcec 100644
--- a/bsps/x86_64/amd64/start/bspstart.c
+++ b/bsps/x86_64/amd64/start/bspstart.c
@@ -26,7 +26,9 @@
#include <bsp.h>
#include <bsp/bootcard.h>
+#include <libcpu/page.h>
void bsp_start(void)
{
+ paging_init();
}