From owner-cvs-sys Sun Oct 26 16:40:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA00565 for cvs-sys-outgoing; Sun, 26 Oct 1997 16:40:17 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA00324; Sun, 26 Oct 1997 16:34:19 -0800 (PST) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA04702; Sun, 26 Oct 1997 16:34:16 -0800 (PST) Date: Sun, 26 Oct 1997 16:34:16 -0800 (PST) Message-Id: <199710270034.QAA04702@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1997/10/26 16:34:16 PST Modified files: sys/i386/i386 pmap.c Log: Check to see if the pv_limits are initialized before checking. Revision Changes Path 1.168 +3 -2 src/sys/i386/i386/pmap.c