Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 2004 03:31:05 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_mmap.c
Message-ID:  <200408020331.i723V5YR000173@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2004-08-02 03:31:05 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_mmap.c 
  Log:
  Eliminate the acquisition and release of Giant around the call to
  pmap_mincore() in mincore(2).  Either pmap locking exists (alpha, amd64,
  i386, ia64) or pmap_mincore() is unimplemented (arm, powerpc, sparc64).
  
  Revision  Changes    Path
  1.191     +0 -2      src/sys/vm/vm_mmap.c



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