From owner-cvs-sys Sat Jun 1 23:24:53 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA03207 for cvs-sys-outgoing; Sat, 1 Jun 1996 23:24:53 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA03163; Sat, 1 Jun 1996 23:24:28 -0700 (PDT) Date: Sat, 1 Jun 1996 23:24:28 -0700 (PDT) From: John Dyson Message-Id: <199606020624.XAA03163@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern sys_process.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/06/01 23:24:28 Modified: sys/kern sys_process.c Log: Remove the now-unnecessary and incorrect wiring of the "other" processes page table pages. The pmap layer now handles that fully. Revision Changes Path 1.24 +1 -5 src/sys/kern/sys_process.c