aboutsummaryrefslogtreecommitdiff
path: root/machine/minit.c
diff options
context:
space:
mode:
Diffstat (limited to 'machine/minit.c')
-rw-r--r--machine/minit.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/machine/minit.c b/machine/minit.c
index 4a1ddc6..5aae387 100644
--- a/machine/minit.c
+++ b/machine/minit.c
@@ -143,12 +143,6 @@ void init_first_hart()
void init_other_hart()
{
hart_init();
-
- // wait until hart 0 discovers us
- while (*(uint64_t * volatile *)&HLS()->timecmp == NULL)
- ;
- mb();
-
hart_plic_init();
boot_other_hart();
}