Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Oct 2010 14:59:35 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/vm vm_pageout.c
Message-ID:  <201010261459.o9QExkw6068677@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
nwhitehorn    2010-10-26 14:59:35 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/vm               vm_pageout.c 
  Log:
  SVN rev 214377 on 2010-10-26 14:59:35Z by nwhitehorn
  
  MFC r212360:
  On architectures with non-tree-based page tables like PowerPC, every page
  in a range must be checked when calling pmap_remove(). Calling
  pmap_remove() from vm_pageout_map_deactivate_pages() with the entire range
  of the map could result in attempting to demap an extraordinary number
  of pages (> 10^15), so iterate through each map entry and unmap each of
  them individually.
  
  Revision   Changes    Path
  1.308.2.5  +5 -2      src/sys/vm/vm_pageout.c



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