Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
slub: don't use cpu partial pages on UP
cpu partial pages are used to avoid contention which does not exist in the UP case. So let SLUB_CPU_PARTIAL depend on SMP. Acked-by: Christoph Lameter <[email protected]> Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Pekka Enberg <[email protected]>
- Loading branch information