Konstantin Belousov 1f93868d76 MFC elimination of several settings of PG_REFERENCED bit, that either
do not make sense or are harmful.

MFC r206761 (by alc):
Setting PG_REFERENCED on the requested page in swap_pager_getpages() is
either redundant or harmful, depending on the caller.

MFC r206768 (by alc):
In vm_object_backing_scan(), setting PG_REFERENCED on a page before
sleeping on that page is nonsensical.

MFC r206770 (by alc):
In vm_object_madvise() setting PG_REFERENCED on a page before sleeping on
that page only makes sense if the advice is MADV_WILLNEED.

MFC r206801 (by alc):
There is no justification for vm_object_split() setting PG_REFERENCED on a
page that it is going to sleep on.
2010-05-13 20:26:16 +00:00
..
2010-05-12 09:34:10 +00:00
2010-05-08 18:54:47 +00:00
2010-05-10 20:25:51 +00:00
2009-12-14 00:15:56 +00:00
2010-05-08 16:06:54 +00:00
2010-05-11 07:02:29 +00:00
2010-04-28 10:03:54 +00:00
2010-05-06 06:44:19 +00:00
2009-12-19 12:06:12 +00:00
2010-05-06 01:08:36 +00:00
2010-04-26 16:20:18 +00:00
2010-05-12 09:34:10 +00:00
2010-05-08 18:54:47 +00:00
2010-05-11 13:35:35 +00:00
2009-11-22 16:04:49 +00:00
2010-05-08 18:54:47 +00:00
2010-05-09 12:36:51 +00:00
2010-05-06 09:54:01 +00:00
2010-05-11 11:53:10 +00:00
2010-05-12 11:49:15 +00:00
2010-03-30 19:52:45 +00:00
2010-03-30 19:52:45 +00:00
2010-04-09 01:14:39 +00:00
2009-10-07 14:14:05 +00:00
2010-01-17 13:36:13 +00:00
2010-04-29 22:44:04 +00:00
2010-04-14 01:22:33 +00:00
2010-05-08 18:54:47 +00:00
2010-04-06 23:03:20 +00:00
2010-03-27 15:05:06 +00:00
2010-05-10 20:25:51 +00:00
2010-05-10 18:47:52 +00:00
2010-05-11 13:18:41 +00:00
2010-05-04 05:25:48 +00:00
2009-08-12 20:30:27 +00:00