1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Synchronize with sys/i386/isa/npx.c revision 1.36 (reenable

i586_optimized_copyin/out).
This commit is contained in:
KATO Takenori 1997-01-05 05:05:43 +00:00
parent c7fefa0352
commit a4e2f35f5a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21321

View File

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id: npx.c,v 1.9 1996/12/04 04:21:04 asami Exp $
* $Id: npx.c,v 1.10 1996/12/29 08:14:02 kato Exp $
*/
#include "npx.h"
@ -409,12 +409,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