From owner-cvs-sys Sat Oct 12 14:39:35 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA02146 for cvs-sys-outgoing; Sat, 12 Oct 1996 14:39:35 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA02096; Sat, 12 Oct 1996 14:38:02 -0700 (PDT) Date: Sat, 12 Oct 1996 14:38:02 -0700 (PDT) From: John Dyson Message-Id: <199610122138.OAA02096@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern subr_rlist.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/10/12 14:38:01 Modified: sys/kern subr_rlist.c Log: Undo a mistaken change from splhigh to splvm. Subr_rlist has been capable of being used for things other than swap space allocation, and splvm would have been appropriate for only swap space allocation and other VM things. My commit broke that (and was actually a mistake.) Revision Changes Path 1.19 +4 -4 src/sys/kern/subr_rlist.c