diff options
author | nyan <nyan@FreeBSD.org> | 2004-03-28 12:03:39 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2004-03-28 12:03:39 +0000 |
commit | 94b9ebfa4467a679cc9910a005a4609d147a5cec (patch) | |
tree | 57699a1e8fbb5cbefdb45e378ef812799cbe9be8 /sys/pc98/i386 | |
parent | 9ae4a75423cf79cc9533ff5c90fdf8859e160456 (diff) | |
download | FreeBSD-src-94b9ebfa4467a679cc9910a005a4609d147a5cec.zip FreeBSD-src-94b9ebfa4467a679cc9910a005a4609d147a5cec.tar.gz |
MFi386: revision 1.586.
Diffstat (limited to 'sys/pc98/i386')
-rw-r--r-- | sys/pc98/i386/machdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index da93a65..a9ad6dd 100644 --- a/sys/pc98/i386/machdep.c +++ b/sys/pc98/i386/machdep.c @@ -2076,6 +2076,7 @@ init386(first) pcpu_init(pc, 0, sizeof(struct pcpu)); PCPU_SET(prvspace, pc); PCPU_SET(curthread, &thread0); + PCPU_SET(curpcb, thread0.td_pcb); /* * Initialize mutexes. |