mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
bcm64: get rid of usb workaround delay
This commit is contained in:
parent
4d96c40a47
commit
b0c402dfa6
1 changed files with 0 additions and 1 deletions
|
@ -277,7 +277,6 @@ main(void)
|
|||
timersinit();
|
||||
flushtlb();
|
||||
mmu1init();
|
||||
delay(4000); /* usb initilization is busted multicore, let cpu0 do it */
|
||||
m->ticks = MACHP(0)->ticks;
|
||||
schedinit();
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue