Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Aug 2003 13:50:11 -0500
From:      "Alan L. Cox" <alc@imimic.com>
To:        current@freebsd.org
Subject:   [Fwd: cvs commit: src/sys/i386/i386 pmap.c]
Message-ID:  <3F314DE3.61C8B5B1@imimic.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------07484056F7EDFB3924BE5053
Content-Type: text/plain; charset=x-user-defined
Content-Transfer-Encoding: 7bit

If your i386 system has panic()ed in pmap_remove_all() recently, I would
encourage you to update your pmap.c.

Regards,
Alan
--------------07484056F7EDFB3924BE5053
Content-Type: message/rfc822
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Received: from mx2.freebsd.org (216.136.204.119)0-0212055615
	for <alc@imimic.com>; Wed,  6 Aug 2003 14:46:56 -0400 (EDT)
Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18])
	by mx2.freebsd.org (Postfix) with ESMTP id 41B6455878
	for <alc@imimic.com>; Wed,  6 Aug 2003 11:46:52 -0700 (PDT)
	(envelope-from owner-src-committers@FreeBSD.org)
Received: by hub.freebsd.org (Postfix)
	id F3B5D37B40A; Wed,  6 Aug 2003 11:46:52 -0700 (PDT)
Delivered-To: alc@freebsd.org
Received: by hub.freebsd.org (Postfix, from userid 538)
	id 9B82337B404; Wed,  6 Aug 2003 11:46:51 -0700 (PDT)
Delivered-To: src-committers@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id DFD4237B401; Wed,  6 Aug 2003 11:46:48 -0700 (PDT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7C8F843F85; Wed,  6 Aug 2003 11:46:48 -0700 (PDT)
	(envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h76Ikm0U068238;
	Wed, 6 Aug 2003 11:46:48 -0700 (PDT)
	(envelope-from alc@repoman.freebsd.org)
Received: (from alc@localhost)
	by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h76IkmYp068237;
	Wed, 6 Aug 2003 11:46:48 -0700 (PDT)
Message-Id: <200308061846.h76IkmYp068237@repoman.freebsd.org>
From: Alan Cox <alc@FreeBSD.org>
Date: Wed, 6 Aug 2003 11:46:48 -0700 (PDT)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/i386/i386 pmap.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-src-committers@FreeBSD.org
Precedence: bulk
X-Loop: FreeBSD.ORG
X-Loop-Detect: 1
X-Mozilla-Status2: 00000000

alc         2003/08/06 11:46:48 PDT

  FreeBSD src repository

  Modified files:
    sys/i386/i386        pmap.c 
  Log:
  Acquire the page queues lock in pmap_insert_entry().  (I used to believe
  that the page's busy flag could be relied upon to synchronize access to the
  pv list.  I don't any longer.  See, for example, the call to
  pmap_insert_entry() from pmap_copy().)
  
  Revision  Changes    Path
  1.422     +2 -0      src/sys/i386/i386/pmap.c

--------------07484056F7EDFB3924BE5053--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F314DE3.61C8B5B1>