Module Name:    src
Committed By:   maxv
Date:           Sun May 19 08:49:08 UTC 2019

Modified Files:
        src/sys/arch/i386/i386: compat_16_machdep.c

Log Message:
Remove useless call to fpu_sigreset(), buildcontext() already calls it.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/i386/i386/compat_16_machdep.c

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

Modified files:

Index: src/sys/arch/i386/i386/compat_16_machdep.c
diff -u src/sys/arch/i386/i386/compat_16_machdep.c:1.31 src/sys/arch/i386/i386/compat_16_machdep.c:1.32
--- src/sys/arch/i386/i386/compat_16_machdep.c:1.31	Sun May 19 08:46:15 2019
+++ src/sys/arch/i386/i386/compat_16_machdep.c	Sun May 19 08:49:08 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: compat_16_machdep.c,v 1.31 2019/05/19 08:46:15 maxv Exp $	*/
+/*	$NetBSD: compat_16_machdep.c,v 1.32 2019/05/19 08:49:08 maxv Exp $	*/
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2000 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: compat_16_machdep.c,v 1.31 2019/05/19 08:46:15 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_16_machdep.c,v 1.32 2019/05/19 08:49:08 maxv Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
@@ -232,7 +232,6 @@ sendsig_sigcontext(const ksiginfo_t *ksi
 		/* NOTREACHED */
 	}
 
-	fpu_sigreset(l);
 	buildcontext(l, sel, catcher, fp);
 
 	/* Remember that we're now on the signal stack. */

Reply via email to