Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/i386/i386/cpufunc.S,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/i386/i386/cpufunc.S,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.33 retrieving revision 1.34 diff -u -p -r1.33 -r1.34 --- src/sys/arch/i386/i386/cpufunc.S 2019/07/03 17:24:37 1.33 +++ src/sys/arch/i386/i386/cpufunc.S 2019/07/05 17:08:55 1.34 @@ -1,4 +1,4 @@ -/* $NetBSD: cpufunc.S,v 1.33 2019/07/03 17:24:37 maxv Exp $ */ +/* $NetBSD: cpufunc.S,v 1.34 2019/07/05 17:08:55 maxv Exp $ */ /*- * Copyright (c) 1998, 2007 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ #include #include -__KERNEL_RCSID(0, "$NetBSD: cpufunc.S,v 1.33 2019/07/03 17:24:37 maxv Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cpufunc.S,v 1.34 2019/07/05 17:08:55 maxv Exp $"); #include "opt_xen.h" @@ -250,23 +250,6 @@ ENTRY(fnsave) ret END(fnsave) -ENTRY(fnstcw) - movl 4(%esp), %eax - fnstcw (%eax) - ret -END(fnstcw) - -ENTRY(fngetsw) - fnstsw %ax - ret -END(fngetsw) - -ENTRY(fnstsw) - movl 4(%esp), %eax - fnstsw (%eax) - ret -END(fnstsw) - ENTRY(frstor) movl 4(%esp), %eax frstor (%eax) @@ -319,18 +302,6 @@ ENTRY(xrstor) ret END(xrstor) -ENTRY(x86_stmxcsr) - movl 4(%esp), %eax - stmxcsr (%eax) - ret -END(x86_stmxcsr) - -ENTRY(x86_ldmxcsr) - movl 4(%esp), %eax - ldmxcsr (%eax) - ret -END(x86_ldmxcsr) - ENTRY(fldummy) ffree %st(7) fldz