From owner-cvs-sys Thu Jun 13 16:07:00 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA00514 for cvs-sys-outgoing; Thu, 13 Jun 1996 16:07:00 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA00494; Thu, 13 Jun 1996 16:06:55 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id JAA29943; Fri, 14 Jun 1996 09:04:54 +1000 Date: Fri, 14 Jun 1996 09:04:54 +1000 From: Bruce Evans Message-Id: <199606132304.JAA29943@godzilla.zeta.org.au> To: asami@freefall.freebsd.org, j@uriah.heep.sax.de Subject: Re: cvs commit: src/sys/i386/i386 support.s trap.c Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> The new routine is conditioned on I586_CPU and I586_FAST_BCOPY, so you >> need >> >> options "I586_FAST_BCOPY" >I'm missing > 1.xxx +5 -0 src/sys/i386/conf/LINT >here. More importantly, you're missing 1.xxx +2 -1 src/sys/i386/conf/options.i386 Neither is very important, since fast copying shouldn't be optional. Bruce