[BACK]Return to linux_machdep.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / linux / arch / i386

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/compat/linux/arch/i386/linux_machdep.c between version 1.62.2.14 and 1.62.2.15

version 1.62.2.14, 2002/09/17 21:18:58 version 1.62.2.15, 2002/10/18 02:41:09
Line 48  __KERNEL_RCSID(0, "$NetBSD$");
Line 48  __KERNEL_RCSID(0, "$NetBSD$");
 #include <sys/systm.h>  #include <sys/systm.h>
 #include <sys/signalvar.h>  #include <sys/signalvar.h>
 #include <sys/kernel.h>  #include <sys/kernel.h>
 #include <sys/map.h>  
 #include <sys/proc.h>  #include <sys/proc.h>
 #include <sys/user.h>  #include <sys/user.h>
 #include <sys/buf.h>  #include <sys/buf.h>
Line 146  linux_setregs(l, epp, stack)
Line 145  linux_setregs(l, epp, stack)
 #endif  #endif
   
         l->l_md.md_flags &= ~MDP_USEDFPU;          l->l_md.md_flags &= ~MDP_USEDFPU;
         pcb->pcb_flags = 0;  
   
         if (i386_use_fxsave) {          if (i386_use_fxsave) {
                 pcb->pcb_savefpu.sv_xmm.sv_env.en_cw = __Linux_NPXCW__;                  pcb->pcb_savefpu.sv_xmm.sv_env.en_cw = __Linux_NPXCW__;

Legend:
Removed from v.1.62.2.14  
changed lines
  Added in v.1.62.2.15

CVSweb <webmaster@jp.NetBSD.org>