From owner-cvs-all Sat Mar 18 6:47:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A651237B603; Sat, 18 Mar 2000 06:47:55 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA53233; Sat, 18 Mar 2000 06:47:55 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <200003181447.GAA53233@freefall.freebsd.org> From: Bruce Evans Date: Sat, 18 Mar 2000 06:47:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/03/18 06:47:55 PST Modified files: (Branch: RELENG_3) sys/i386/i386 pmap.c Log: Disabled use of the global page feature. Many places depend on invltlb() invalidating all pages, but it only works for non-global pages. A better fix should be merged from -current when it is completely fixed there (see rev.1.251 for the different work-around in -current). PR: 16568, 14141 (part) Revision Changes Path 1.219.2.7 +5 -1 src/sys/i386/i386/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message