Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 2010 17:35:31 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/vm uma_core.c
Message-ID:  <201005031735.o43HZeq6050265@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2010-05-03 17:35:31 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               uma_core.c 
  Log:
  SVN rev 207576 on 2010-05-03 17:35:31Z by alc
  
  It makes more sense for the object-based backend allocator to use OBJT_PHYS
  objects instead of OBJT_DEFAULT objects because we never reclaim or pageout
  the allocated pages.  Moreover, they are mapped with pmap_qenter(), which
  creates unmanaged mappings.
  
  Reviewed by:    kib
  
  Revision  Changes    Path
  1.156     +4 -10     src/sys/vm/uma_core.c



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