summaryrefslogtreecommitdiffstats
path: root/sys/pc98/i386
diff options
context:
space:
mode:
authorluoqi <luoqi@FreeBSD.org>1999-05-06 00:39:00 +0000
committerluoqi <luoqi@FreeBSD.org>1999-05-06 00:39:00 +0000
commit71f27dfa4f4916f3bcea7c8994742c14f98dff54 (patch)
treed1663d8b44d61e7eda72b664d4710fd5ca71004b /sys/pc98/i386
parentebf1194701fe811f18d715be53e32f13f7014be4 (diff)
downloadFreeBSD-src-71f27dfa4f4916f3bcea7c8994742c14f98dff54.zip
FreeBSD-src-71f27dfa4f4916f3bcea7c8994742c14f98dff54.tar.gz
Do not set curproc until proc0 is fully initialized (in proc0_init()).
Diffstat (limited to 'sys/pc98/i386')
-rw-r--r--sys/pc98/i386/machdep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c
index 57bd140..759681e 100644
--- a/sys/pc98/i386/machdep.c
+++ b/sys/pc98/i386/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.113 1999/04/20 09:08:51 kato Exp $
+ * $Id: machdep.c,v 1.114 1999/04/28 08:03:54 kato Exp $
*/
#include "apm.h"
@@ -1669,7 +1669,6 @@ init386(first)
#ifdef VM86
proc0.p_addr->u_pcb.pcb_ext = 0;
#endif
- SET_CURPROC(&proc0);
/* Sigh, relocate physical addresses left from bootstrap */
if (bootinfo.bi_modulep) {
OpenPOWER on IntegriCloud