From owner-cvs-src@FreeBSD.ORG  Wed Apr 25 18:10:44 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id C531C16A401;
	Wed, 25 Apr 2007 18:10:44 +0000 (UTC) (envelope-from ups@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41])
	by mx1.freebsd.org (Postfix) with ESMTP id B7B1D13C44C;
	Wed, 25 Apr 2007 18:10:44 +0000 (UTC) (envelope-from ups@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3PIAine024052;
	Wed, 25 Apr 2007 18:10:44 GMT (envelope-from ups@repoman.freebsd.org)
Received: (from ups@localhost)
	by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3PIAiew024051;
	Wed, 25 Apr 2007 18:10:44 GMT (envelope-from ups)
Message-Id: <200704251810.l3PIAiew024051@repoman.freebsd.org>
From: Stephan Uphoff <ups@FreeBSD.org>
Date: Wed, 25 Apr 2007 18:10:44 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 25 Apr 2007 18:10:44 -0000

ups         2007-04-25 18:10:44 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
    sys/i386/i386        pmap.c 
  Log:
  Forced commit to add more comment to:
  
  1.583  src/sys/amd64/amd64/pmap.c
  1.588  src/sys/i386/i386/pmap.c
  
  Invalidate all TLBs and page structure caches that may reference a page
  for page walk acceleration before releasing it to the free list.
  
  This is required for CPUs implementing page structure caches as described
  in the Intel application note:
          "TLBs, Paging-Structure Caches, and Their Invalidation"
           (Document Number: 317080-001)
  
  Reviewed by:    Siddha Suresh (Intel), alc@, peter@
  
  Revision  Changes    Path
  1.584     +0 -0      src/sys/amd64/amd64/pmap.c
  1.589     +0 -0      src/sys/i386/i386/pmap.c