Searched hist:191478 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/vm/
H A Dswap_pager.cdiff 191478 Sat Apr 25 01:07:26 MDT 2009 alc Eliminate unnecessary calls to pmap_clear_modify(). Specifically, calling
pmap_clear_modify() on a page is pointless if that page is not mapped or
it is only mapped for read access. Instead, assert that the page is not
mapped or not mapped for write access as appropriate.

Eliminate unnecessary clearing of a page's dirty mask. Instead, assert
that the page's dirty mask is clear.
H A Dvnode_pager.cdiff 191478 Sat Apr 25 01:07:26 MDT 2009 alc Eliminate unnecessary calls to pmap_clear_modify(). Specifically, calling
pmap_clear_modify() on a page is pointless if that page is not mapped or
it is only mapped for read access. Instead, assert that the page is not
mapped or not mapped for write access as appropriate.

Eliminate unnecessary clearing of a page's dirty mask. Instead, assert
that the page's dirty mask is clear.

Completed in 233 milliseconds