From owner-cvs-sys Sat Sep 6 18:19:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA15888 for cvs-sys-outgoing; Sat, 6 Sep 1997 18:19:28 -0700 (PDT) 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 SAA15733; Sat, 6 Sep 1997 18:17:36 -0700 (PDT) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA17787; Sat, 6 Sep 1997 18:15:16 -0700 (PDT) Date: Sat, 6 Sep 1997 18:15:16 -0700 (PDT) Message-Id: <199709070115.SAA17787@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/09/06 18:15:16 PDT Modified files: sys/i386/i386 pmap.c Log: Fix an intermittent problem during SMP code operation. Not all of the idle page table directories for all of the processors was being updated during kernel grow operations. The problem appears to be gone now. Revision Changes Path 1.161 +2 -2 src/sys/i386/i386/pmap.c