From owner-cvs-all@FreeBSD.ORG Sat Oct 25 11:51:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7EA716A4B3; Sat, 25 Oct 2003 11:51:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4990143FE1; Sat, 25 Oct 2003 11:51:42 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9PIpfXJ065266; Sat, 25 Oct 2003 11:51:41 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9PIpfS1065265; Sat, 25 Oct 2003 11:51:41 -0700 (PDT) (envelope-from peter) Message-Id: <200310251851.h9PIpfS1065265@repoman.freebsd.org> From: Peter Wemm Date: Sat, 25 Oct 2003 11:51:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2003 18:51:42 -0000 peter 2003/10/25 11:51:41 PDT FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: For the SMP case, flush the TLB at the beginning of the page zero/copy routines. Otherwise we run into trouble with speculative tlb preloads on SMP systems. This effectively defeats Jeff's revision 1.438 optimization (for his pentium4-M laptop) in the SMP case. It breaks other systems, particularly athlon-MP's. Revision Changes Path 1.450 +13 -0 src/sys/i386/i386/pmap.c