Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2006 15:52:11 +0000 (UTC)
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/arm/arm pmap.c
Message-ID:  <200605311552.k4VFqB7d005880@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cognet      2006-05-31 15:52:11 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          pmap.c 
  Log:
  Avoid a LOR by unlocking the vm_page_queue_mtx before calling uma_zalloc,
  and freeing the allocated memory if another thread already did the same.
  
  Revision  Changes    Path
  1.51      +35 -5     src/sys/arm/arm/pmap.c



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