From db210e70e5f191710a3b1d09f653b44885d397ea Mon Sep 17 00:00:00 2001 From: Christoph Lameter Date: Thu, 26 Aug 2010 09:41:19 -0500 Subject: [PATCH] Slub: UP bandaid Since the percpu allocator does not provide early allocation in UP mode (only in SMP configurations) use __get_free_page() to improvise a compound page allocation that can be later freed via kfree(). Compound pages will be released when the cpu caches are resized. Acked-by: David Rientjes Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-format-patch failed