summaryrefslogtreecommitdiff
path: root/i386/i386/cpuboot.S
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-05-18 15:43:31 +0200
committerAlmuHS <almuhs@github.com>2019-05-18 15:43:31 +0200
commit52718c4771f60393ac64ce52ea0e565208d76c3d (patch)
tree909e694336077347724ac4d854ee1abba1dfc88f /i386/i386/cpuboot.S
parentb3b57ac8bfe7e1c956aa148e8ea14007002a8d7e (diff)
experiment: configure pmap from C function
Diffstat (limited to 'i386/i386/cpuboot.S')
-rw-r--r--i386/i386/cpuboot.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/i386/i386/cpuboot.S b/i386/i386/cpuboot.S
index e19e7a5c..b15640c7 100644
--- a/i386/i386/cpuboot.S
+++ b/i386/i386/cpuboot.S
@@ -97,6 +97,7 @@ _apboot:
pushl stack_ptr
+ call pmap_conf
call cpu_ap_main
cli