ref: b0c402dfa64c507b43ffee1f0afb486fb48e6598
parent: 4d96c40a47d39a0587012ec263b9a265ab954558
author: cinap_lenrek <[email protected]>
date: Sun May 5 09:57:48 EDT 2019
bcm64: get rid of usb workaround delay
--- a/sys/src/9/bcm64/main.c
+++ b/sys/src/9/bcm64/main.c
@@ -277,7 +277,6 @@
timersinit();
flushtlb();
mmu1init();
- delay(4000); /* usb initilization is busted multicore, let cpu0 do it */
m->ticks = MACHP(0)->ticks;
schedinit();
return;