From: Uwe Kleine-König Date: Wed, 17 Jul 2013 14:54:59 +0000 (+0200) Subject: slub: don't use cpu partial pages on UP X-Git-Tag: v3.12-rc1~8^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b39ffbf8b14de2e7c1679462313cf32abb7ef463;p=pandora-kernel.git 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 Signed-off-by: Uwe Kleine-König Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed