diff options
author | Marek Szyprowski <[email protected]> | 2012-12-12 13:51:19 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2012-12-12 17:38:32 -0800 |
commit | be49a6e13537f32f85bd8c4ba04317ca36ca60ff (patch) | |
tree | 00f629b7be8203ce1fef100ab8875e291033dc5d /net/lapb/lapb_timer.c | |
parent | c8bf2d8ba4fbc093de7c0d192fe5d2531f14b8b9 (diff) |
mm: use migrate_prep() instead of migrate_prep_local()
__alloc_contig_migrate_range() should use all possible ways to get all the
pages migrated from the given memory range, so pruning per-cpu lru lists
for all CPUs is required, regadless the cost of such operation. Otherwise
some pages which got stuck at per-cpu lru list might get missed by
migration procedure causing the contiguous allocation to fail.
Reported-by: SeongHwan Yoon <[email protected]>
Signed-off-by: Marek Szyprowski <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
Acked-by: Michal Nazarewicz <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions