1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170372

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.