git: 9front

Download patch

ref: 99c23e5a43d8a4ba6d3ae54bb3fe121fee790823
parent: d387f8954f3b489f93e6d933304c0e20ced2874f
author: cinap_lenrek <cinap_lenrek@felloff.net>
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;
--