From owner-cvs-sys Sun Dec 21 16:45:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA11432 for cvs-sys-outgoing; Sun, 21 Dec 1997 16:45:47 -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 QAA10953; Sun, 21 Dec 1997 16:40:11 -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 QAA28483; Sun, 21 Dec 1997 16:36:49 -0800 (PST) Date: Sun, 21 Dec 1997 16:36:49 -0800 (PST) Message-Id: <199712220036.QAA28483@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/12/21 16:36:49 PST Modified files: sys/i386/i386 pmap.c Log: Hopefully fix the problem with the TLB not being updated correctly. Problem tracked down by bde@freebsd.org, but this is an attempted efficient fix. Revision Changes Path 1.175 +7 -5 src/sys/i386/i386/pmap.c