summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-01-04 13:57:17 +0000
committerbde <bde@FreeBSD.org>1997-01-04 13:57:17 +0000
commit87362192e8ae50b59bc974694e82ec58ccf615d0 (patch)
tree32b0ea39540a73f9cf849a5994bc1898d49d2a2d /sys
parent96974e95d6e49a86b20f315327c9896dfc8b3b97 (diff)
downloadFreeBSD-src-87362192e8ae50b59bc974694e82ec58ccf615d0.zip
FreeBSD-src-87362192e8ae50b59bc974694e82ec58ccf615d0.tar.gz
Reenabled i586_optimized_copyin/out yet again.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/fpu.c4
-rw-r--r--sys/amd64/isa/npx.c4
-rw-r--r--sys/i386/isa/npx.c4
3 files changed, 3 insertions, 9 deletions
diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c
index b814757..69a7c50 100644
--- a/sys/amd64/amd64/fpu.c
+++ b/sys/amd64/amd64/fpu.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id: npx.c,v 1.34 1996/11/30 14:08:44 bde Exp $
+ * $Id: npx.c,v 1.35 1996/12/28 12:18:44 bde Exp $
*/
#include "npx.h"
@@ -367,12 +367,10 @@ npxattach(dvp)
}
if (!(dvp->id_flags & NPX_DISABLE_I586_OPTIMIZED_BZERO))
bzero = i586_bzero;
-#ifdef notyet
if (!(dvp->id_flags & NPX_DISABLE_I586_OPTIMIZED_COPYIO)) {
copyin_vector = i586_copyin;
copyout_vector = i586_copyout;
}
-#endif
}
#endif
diff --git a/sys/amd64/isa/npx.c b/sys/amd64/isa/npx.c
index b814757..69a7c50 100644
--- a/sys/amd64/isa/npx.c
+++ b/sys/amd64/isa/npx.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id: npx.c,v 1.34 1996/11/30 14:08:44 bde Exp $
+ * $Id: npx.c,v 1.35 1996/12/28 12:18:44 bde Exp $
*/
#include "npx.h"
@@ -367,12 +367,10 @@ npxattach(dvp)
}
if (!(dvp->id_flags & NPX_DISABLE_I586_OPTIMIZED_BZERO))
bzero = i586_bzero;
-#ifdef notyet
if (!(dvp->id_flags & NPX_DISABLE_I586_OPTIMIZED_COPYIO)) {
copyin_vector = i586_copyin;
copyout_vector = i586_copyout;
}
-#endif
}
#endif
diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c
index b814757..69a7c50 100644
--- a/sys/i386/isa/npx.c
+++ b/sys/i386/isa/npx.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id: npx.c,v 1.34 1996/11/30 14:08:44 bde Exp $
+ * $Id: npx.c,v 1.35 1996/12/28 12:18:44 bde Exp $
*/
#include "npx.h"
@@ -367,12 +367,10 @@ npxattach(dvp)
}
if (!(dvp->id_flags & NPX_DISABLE_I586_OPTIMIZED_BZERO))
bzero = i586_bzero;
-#ifdef notyet
if (!(dvp->id_flags & NPX_DISABLE_I586_OPTIMIZED_COPYIO)) {
copyin_vector = i586_copyin;
copyout_vector = i586_copyout;
}
-#endif
}
#endif
OpenPOWER on IntegriCloud