Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nathanw_sa]: src/sys/arch/i386/i386 LWPify



details:   https://anonhg.NetBSD.org/src/rev/dadc6015df2a
branches:  nathanw_sa
changeset: 506085:dadc6015df2a
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Thu Aug 01 03:30:54 2002 +0000

description:
LWPify

diffstat:

 sys/arch/i386/i386/autoconf.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 82533238d7ee -r dadc6015df2a sys/arch/i386/i386/autoconf.c
--- a/sys/arch/i386/i386/autoconf.c     Thu Aug 01 03:30:21 2002 +0000
+++ b/sys/arch/i386/i386/autoconf.c     Thu Aug 01 03:30:54 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.55.2.6 2002/08/01 02:42:00 nathanw Exp $        */
+/*     $NetBSD: autoconf.c,v 1.55.2.7 2002/08/01 03:30:54 nathanw Exp $        */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -48,7 +48,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.55.2.6 2002/08/01 02:42:00 nathanw Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.55.2.7 2002/08/01 03:30:54 nathanw Exp $");
 
 #include "opt_compat_oldboot.h"
 
@@ -132,7 +132,7 @@
            (u_short)imask[IPL_TTY]);
 
        /* resync after FPU configuration */
-       proc0.p_addr->u_pcb.pcb_cr0 = rcr0();
+       lwp0.l_addr->u_pcb.pcb_cr0 = rcr0();
 
        spl0();
 



Home | Main Index | Thread Index | Old Index