Searched hist:c5a73c3d55be1faadba35b41a862e036a3b12ddb (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/mm/ |
H A D | compaction.c | diff c5a73c3d55be1faadba35b41a862e036a3b12ddb Thu Jan 13 17:47:11 CST 2011 Andrea Arcangeli <aarcange@redhat.com> thp: use compaction for all allocation orders
It makes no sense not to enable compaction for small order pages as we don't want to end up with bad order 2 allocations and good and graceful order 9 allocations.
Signed-off-by: Andrea Arcangeli <aarcange@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|