summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i386/i386/mp_desc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/i386/i386/mp_desc.c b/i386/i386/mp_desc.c
index 858c2a63..c4e6630f 100644
--- a/i386/i386/mp_desc.c
+++ b/i386/i386/mp_desc.c
@@ -592,6 +592,8 @@ start_other_cpus(void)
cpu_start(cpu);
stack_start += STACK_SIZE;
+
+ delay(3000000);
}
}