MFi386: revision 1.657

Backout experimental adaptive-spin umtx code.
This commit is contained in:
Yoshihiro Takahashi 2007-06-06 13:04:15 +00:00
parent 8473fea281
commit d0a2646099

View File

@ -1971,7 +1971,6 @@ init386(first)
PCPU_SET(prvspace, pc);
PCPU_SET(curthread, &thread0);
PCPU_SET(curpcb, thread0.td_pcb);
PCPU_SET(curtid, thread0.td_tid);
/*
* Initialize mutexes.