From owner-cvs-sys Fri Nov 29 06:32:48 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA19786 for cvs-sys-outgoing; Fri, 29 Nov 1996 06:32:48 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA19769; Fri, 29 Nov 1996 06:32:34 -0800 (PST) Date: Fri, 29 Nov 1996 06:32:34 -0800 (PST) From: Bruce Evans Message-Id: <199611291432.GAA19769@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 support.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/11/29 06:32:33 Modified: sys/i386/i386 support.s Log: Fixed EFAULT handling in i586_copyin() and i586_copyout(). Use a consistent stack frame in fastmove() so that only one new fault handler is necessary. Should be in 2.2. Harmless until the i586 versions are reenabled. Revision Changes Path 1.45 +46 -30 src/sys/i386/i386/support.s