commit | ffadd4d0feb5376c82dc3a4104731b7ce2794edc | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux-foundation.org> | Tue Feb 17 12:05:07 2009 -0500 |
committer | Pekka Enberg <penberg@cs.helsinki.fi> | Fri Feb 20 12:22:44 2009 +0200 |
tree | bff176ef50efbc161e240ec4295a6da815eae997 | |
parent | b578f3fcca1e78624dfb5f358776e63711d7fda2 [diff] |
SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constants As a preparational patch to bump up page allocator pass-through threshold, introduce two new constants SLUB_MAX_SIZE and SLUB_PAGE_SHIFT and convert mm/slub.c to use them. Reported-by: "Zhang, Yanmin" <yanmin_zhang@linux.intel.com> Tested-by: "Zhang, Yanmin" <yanmin_zhang@linux.intel.com> Signed-off-by: Christoph Lameter <cl@linux-foundation.org> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>