From c72f58d4014a308a4d6b8a6622aca2acbf567edc Mon Sep 17 00:00:00 2001 From: mycroft Date: Wed, 30 Nov 1994 04:26:06 +0000 Subject: [PATCH] Don't need to turn on emulation when npx not present; we leave it off always. --- sys/arch/i386/i386/machdep.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index 370f21fbd95b..9148b762850f 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.132 1994/11/14 08:53:06 mycroft Exp $ */ +/* $NetBSD: machdep.c,v 1.133 1994/11/30 04:26:06 mycroft Exp $ */ /*- * Copyright (c) 1993, 1994 Charles Hannum. @@ -880,8 +880,6 @@ setregs(p, entry, stack, retval) p->p_addr->u_pcb.pcb_flags &= 0 /* FM_SYSCTRC */; /* no fp at all */ #if NNPX > 0 npxinit(); -#else - lcr0(rcr0() | CR0_TS); /* start emulating */ #endif retval[1] = 0;