From d0a2646099ec68997824b622ec543525309b7420 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Wed, 6 Jun 2007 13:04:15 +0000 Subject: [PATCH] MFi386: revision 1.657 Backout experimental adaptive-spin umtx code. --- sys/pc98/pc98/machdep.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index 0ef12919f8ee..a7407b9d279a 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -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.