---
 i386/i386/mp_desc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i386/i386/mp_desc.c b/i386/i386/mp_desc.c
index 1343861c..acf7fe32 100644
--- a/i386/i386/mp_desc.c
+++ b/i386/i386/mp_desc.c
@@ -314,7 +314,7 @@ start_other_cpus(void)
 
        /* This is set once for all APs to use */
        pmap_make_temporary_mapping();
-
+       lapic_enable();
        for (cpu = 1; cpu < ncpus; cpu++) {
                machine_slot[cpu].running = FALSE;
        }
-- 
2.51.0


Reply via email to