From owner-cvs-sys Tue Apr 23 22:58:21 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA20537 for cvs-sys-outgoing; Tue, 23 Apr 1996 22:58:21 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA20517 Tue, 23 Apr 1996 22:58:09 -0700 (PDT) Date: Tue, 23 Apr 1996 22:58:09 -0700 (PDT) From: David Greenman Message-Id: <199604240558.WAA20517@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/04/23 22:58:08 Branch: sys/i386/i386 RELENG_2_1_0 Modified: sys/i386/i386 pmap.c Log: Retrofitted much of the substance of the changes in -current, minus some of the optimizations. Most of this is a rewrite to get rid of the inline assembly. I've been seeing some very strange page table related panics on wcarchive with the old code; the current thinking on this is that the inline assembly in pmap_remove isn't getting along with the gcc code generator for some reason (possibly due to a bad or missing register constraint) and in any case the problems seem to disappear with the C (new) version of this code. Reviewed by: dyson Revision Changes Path 1.58.4.2 +186 -187 src/sys/i386/i386/pmap.c