diff options
| author | Johannes Weiner <[email protected]> | 2012-05-29 15:06:35 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2012-05-29 16:22:22 -0700 |
| commit | ba539868331874da02017e8dda8ed5b86af6d21a (patch) | |
| tree | 27056839b40648fe3e9d121411e4745417587e89 /tools/perf/scripts/python | |
| parent | 2c478eae96501163c5c5d5f682bba4d34a7ea1d4 (diff) | |
mm: nobootmem: unify allocation policy of (non-)panicking node allocations
While the panicking node-specific allocation function tries to satisfy
node+goal, goal, node, anywhere, the non-panicking function still does
node+goal, goal, anywhere.
Make it simpler: define the panicking version in terms of the non-panicking
one, like the node-agnostic interface, so they always behave the same way
apart from how to deal with allocation failure.
Signed-off-by: Johannes Weiner <[email protected]>
Acked-by: Yinghai Lu <[email protected]>
Acked-by: Tejun Heo <[email protected]>
Acked-by: David S. Miller <[email protected]>
Cc: Gavin Shan <[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