diff options
| author | KOSAKI Motohiro <[email protected]> | 2009-09-21 17:01:46 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2009-09-22 07:17:30 -0700 |
| commit | a26f5320c4ee3d46a0da48fa0f3ac6a00b575793 (patch) | |
| tree | 76e4502dae5d278c9a3cebbeda53f01aa1cf3e67 /tools/perf/scripts/python | |
| parent | 74a1c48fb4e9f10e3c83dcd39af73487968e35bf (diff) | |
vmscan: kill unnecessary prefetch
The pages in the list passed move_active_pages_to_lru() are already
touched by shrink_active_list(). IOW the prefetch in
move_active_pages_to_lru() don't populate any cache. it's pointless.
This patch remove it.
Signed-off-by: KOSAKI Motohiro <[email protected]>
Reviewed-by: Johannes Weiner <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: Minchan Kim <[email protected]>
Cc: Mel Gorman <[email protected]>
Cc: Wu Fengguang <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions