From owner-cvs-sys Thu Nov 7 18:38:58 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA00321 for cvs-sys-outgoing; Thu, 7 Nov 1996 18:38:58 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA00297; Thu, 7 Nov 1996 18:38:46 -0800 (PST) Date: Thu, 7 Nov 1996 18:38:46 -0800 (PST) From: Satoshi Asami Message-Id: <199611080238.SAA00297@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 support.s src/sys/i386/conf LINT options.i386 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/11/07 18:38:45 Modified: sys/i386/conf LINT options.i386 sys/i386/i386 support.s Log: Remove option I586_FAST_BCOPY. The code will be included by default if I586_CPU is defined. Note there is a runtime check so the code won't be run for non-Pentium CPUs anyway. 2.2 candidate, this code has been tested for almost half year in -current. Revision Changes Path 1.288 +3 -7 src/sys/i386/conf/LINT 1.28 +1 -2 src/sys/i386/conf/options.i386 1.42 +9 -9 src/sys/i386/i386/support.s