Reenabled i586_optimized_copyin/out yet again.

This commit is contained in:
Bruce Evans 1997-01-04 13:57:17 +00:00
parent 363e4cc182
commit 639cfb9f88
3 changed files with 3 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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