From owner-cvs-sys Mon Apr 8 21:37:13 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA05443 for cvs-sys-outgoing; Mon, 8 Apr 1996 21:37:13 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA05416 Mon, 8 Apr 1996 21:37:00 -0700 (PDT) Date: Mon, 8 Apr 1996 21:37:00 -0700 (PDT) From: John Dyson Message-Id: <199604090437.VAA05416@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_glue.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/04/08 21:37:00 Modified: sys/vm vm_glue.c Log: Reinstitute the map lock for processes being swapped out. This is needed because of the vm_fault used to bring the page table page for the kernel stack (UPAGES) back in. The consequence of the previous incorrect change was a system hang. Revision Changes Path 1.47 +18 -1 src/sys/vm/vm_glue.c