Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Aug 2003 12:18:08 -0700 (PDT)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 pmap.c
Message-ID:  <200308061918.h76JI8EU070448@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2003/08/06 12:18:08 PDT

  FreeBSD src repository

  Modified files:
    sys/i386/i386        pmap.c 
  Log:
  Correct a mistake in the previous revision: Reduce the scope of the page
  queues lock such that it isn't held around the call to get_pv_entry(),
  which calls uma_zalloc().  At the point of the call to get_pv_entry(), the
  lock isn't necessary and holding it could lead to recursive acquisition,
  which isn't allowed.
  
  Revision  Changes    Path
  1.423     +1 -1      src/sys/i386/i386/pmap.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308061918.h76JI8EU070448>