Searched hist:c84db23c6e587d3ab00a41c51fedf758e1f6ecd4 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/ |
H A D | sysctl.c | diff c84db23c6e587d3ab00a41c51fedf758e1f6ecd4 Wed Feb 01 05:05:29 CST 2006 Christoph Lameter <clameter@engr.sgi.com> [PATCH] zone_reclaim: minor fixes
- If we only reclaim nr_pages then its okay to stay on node. Switch from > to >= for the comparison.
- vm_table[] entry for zone_reclaim_mode is a bit screwed up.
- Add empty lines around shrink_zone to show that this is the central function to be called.
Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
/openbmc/linux/mm/ |
H A D | vmscan.c | diff c84db23c6e587d3ab00a41c51fedf758e1f6ecd4 Wed Feb 01 05:05:29 CST 2006 Christoph Lameter <clameter@engr.sgi.com> [PATCH] zone_reclaim: minor fixes
- If we only reclaim nr_pages then its okay to stay on node. Switch from > to >= for the comparison.
- vm_table[] entry for zone_reclaim_mode is a bit screwed up.
- Add empty lines around shrink_zone to show that this is the central function to be called.
Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|