]> Git Repo - linux.git/commit - mm/compaction.c
thp: use compaction for all allocation orders
authorAndrea Arcangeli <[email protected]>
Thu, 13 Jan 2011 23:47:11 +0000 (15:47 -0800)
committerLinus Torvalds <[email protected]>
Fri, 14 Jan 2011 01:32:46 +0000 (17:32 -0800)
commitc5a73c3d55be1faadba35b41a862e036a3b12ddb
tree65cd54e5995b6dae2edd80393f9c0317a0a11ebc
parent5a03b051ed87e72b959f32a86054e1142ac4cf55
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/compaction.c
This page took 0.051277 seconds and 4 git commands to generate.