Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux/arch/i386 Get rid of pcb_flags which is no ...



details:   https://anonhg.NetBSD.org/src/rev/b9a541c5e085
branches:  trunk
changeset: 537974:b9a541c5e085
user:      junyoung <junyoung%NetBSD.org@localhost>
date:      Wed Oct 09 05:07:55 2002 +0000

description:
Get rid of pcb_flags which is no longer existent.

diffstat:

 sys/compat/linux/arch/i386/linux_machdep.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 48812e3a3103 -r b9a541c5e085 sys/compat/linux/arch/i386/linux_machdep.c
--- a/sys/compat/linux/arch/i386/linux_machdep.c        Wed Oct 09 03:10:19 2002 +0000
+++ b/sys/compat/linux/arch/i386/linux_machdep.c        Wed Oct 09 05:07:55 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_machdep.c,v 1.80 2002/09/25 22:21:34 thorpej Exp $       */
+/*     $NetBSD: linux_machdep.c,v 1.81 2002/10/09 05:07:55 junyoung Exp $      */
 
 /*-
  * Copyright (c) 1995, 2000 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.80 2002/09/25 22:21:34 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.81 2002/10/09 05:07:55 junyoung Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_vm86.h"
@@ -144,7 +144,6 @@
 #endif
 
        p->p_md.md_flags &= ~MDP_USEDFPU;
-       pcb->pcb_flags = 0;
 
        if (i386_use_fxsave) {
                pcb->pcb_savefpu.sv_xmm.sv_env.en_cw = __Linux_NPXCW__;



Home | Main Index | Thread Index | Old Index