diff options
author | Vlastimil Babka <[email protected]> | 2022-11-16 16:48:23 +0100 |
---|---|---|
committer | Vlastimil Babka <[email protected]> | 2022-11-27 23:40:39 +0100 |
commit | 3d97d976e5d58554570003ca5297a67142ae4e29 (patch) | |
tree | bb012bd3333c67ecd04e89282d3b32ab3153a6d8 /drivers/fpga/fpga-mgr.c | |
parent | 2f7c1c1396b587e8cfe18a1f0d628cedaae56b6a (diff) |
mm, slab: ignore SLAB_RECLAIM_ACCOUNT with CONFIG_SLUB_TINY
SLAB_RECLAIM_ACCOUNT caches allocate their slab pages with
__GFP_RECLAIMABLE and can help against fragmentation by grouping pages
by mobility, but on tiny systems mobility grouping is likely disabled
anyway and ignoring SLAB_RECLAIM_ACCOUNT might instead lead to merging
of caches that are made incompatible just by the flag.
Thus with CONFIG_SLUB_TINY, make SLAB_RECLAIM_ACCOUNT ineffective.
Signed-off-by: Vlastimil Babka <[email protected]>
Acked-by: Mike Rapoport <[email protected]>
Reviewed-by: Christoph Lameter <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions